COLOR #E183AA

HEX: #E183AA
RGB: (225,131,170)

Color info

#E183AA contains mainly red and blue colors. Web safe color of #E183AA is #CC9999 (or #C99).

RGB color model

#E183AA color RGB value is (225,131,170).

  • red value is 225;
  • green value is 131;
  • blue value is 170.
RGB:
(225,131,170)
(88%,51%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 131 of 255 = 51%
B 170 of 255 = 67%

225
131
170

R + G + B ~ 69%. #E183AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 131 + 170 = 526 (100%)
R 225 of 526 ~ 42.78%
G 131 of 526 ~ 24.9%
B 170 of 526 ~ 32.32%

%42.78
%24.9
%32.32

CMYK color model

#E183AA color CMYK value is (0,42,24,12).

  • cyan value is 0.00%
  • magenta value is 41.78%
  • yellow value is 24.44%
  • key color value is 11.76%
CMYK:
(0,42,24,12)
C0M42Y24K12 
(0%,42%,24%,12%)
(0.00/0.42/0.24/0.12)	

CMYK percentages

%0
%41.78
%24.44
%11.76

Codes

Color #E183AA in popluar color models

E183AA
RGB225131170
HSL335°61.04%69.80%
HSB/HSV335°41.78%88.24%
CMYK0.00%41.78%24.44%
11.76%

Color #E183AA in popluar number systems.

HEXE183AA
Decimal225131170
Binary111000011000001110101010
Octal341203252

Shades and tints

Shades of #E183AA

#E183AA
(225,131,170)
#CD789B
(205,120,155)
#B96D8C
(185,109,140)
#A5627D
(165,98,125)
#91576E
(145,87,110)
#7D4C5F
(125,76,95)
#694150
(105,65,80)
#553641
(85,54,65)
#412B32
(65,43,50)
#2D2023
(45,32,35)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E183AA

#E183AA
(225,131,170)
#E38EB1
(227,142,177)
#E599B8
(229,153,184)
#E7A4BF
(231,164,191)
#E9AFC6
(233,175,198)
#EBBACD
(235,186,205)
#EDC5D4
(237,197,212)
#EFD0DB
(239,208,219)
#F1DBE2
(241,219,226)
#F3E6E9
(243,230,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E183AA color. Also use rgb(225,131,170) instead hex code.

Text Font Color

.myTextColor { color: #E183AA; }

<p style="color:#E183AA">This sample text font color is #E183AA.</p>

This text font color is #E183AA.


Background Color

.myBgColor { background-color: #E183AA; }

<div style="background-color:#E183AA">Inner text</div>

This div background color is #E183AA.


Border color

.myBorderColor { border: 1px solid #E183AA; }

<div style="border:3px solid #E183AA">Div</div>

This div border color is #E183AA.


Opacity

.myOpacity80 { color: #E183AA; opacity: 0.8; }

<p style="color:#E183AA;opacity:0.8;">80%</p>

Text with #E183AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E183AA;}

<p style="text-shadow: 3px 3px 1px #E183AA">Text here.</p>

This text has shadow with #E183AA color.

.textShadow {text-shadow: 3px 3px 1px #E183AA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E183AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #E183AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E183AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E183AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #E183AA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E183AA;
  -webkit-box-shadow:	1px 1px 3px 2px #E183AA;
  box-shadow:		1px 1px 3px 2px #E183AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E183AA;
-webkit-box-shadow: 1px 1px 3px 2px #E183AA;
box-shadow:1px 1px 3px 2px #E183AA;">
Div content here</div>
This div box has shadow with color #E183AA.

Preview

Color preview on black background

This text has color #E183AA on black background.


Color preview on white background

This text has color #E183AA on white background.



Black color preview on #E183AA background

This text has black color on #E183AA background.


White color preview on #E183AA background

This text has white color on #E183AA background.