#E183B4

Color #E183B4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E183B4

Tints of Persian Pink #E183B4

Color information

#E183B4 (or 0xE183B4) is unknown color: approx Persian Pink. HEX triplet: E1, 83 and B4. RGB value is (225,131,180). Sum of RGB (Red+Green+Blue) = 225+131+180=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E183B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183B4 is #1E7C4B. Grayscale: #A4A4A4. Windows color (decimal): -1997900 or 11830241. OLE color: 11830241.

HSL color Cylindrical-coordinate representation of color #E183B4: hue angle of 328.72º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E183B4 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB225131180-
CMYK00.420.20.12
HSL328.72º61.04%69.8%-
HSV(B)328.72º41.78%88.24%-
XYZ47.4135.5447.54-
YUV164.69136.64171.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=41.98%
G=24.44%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513118000.420.20.12328.7261.0469.8
HexE183B402A14C1493d46
Octal341203264052241451175106
Binary11100001100000111011010001010101010011001010010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183B4; }

 p { color: rgb(225,131,180); }

 H1.HeaderClassName
 {
   color: #E183B4;
 }
 .AnyTagClassName
 {
   color: #E183B4;
 }
</style>
background-color css

<style>
 a { background-color: #E183B4; }

 a { background-color: rgb(225,131,180); }

 div.DivClassName
 {
   background-color: #E183B4;
 }
 .BgClassName
 {
   background-color: #E183B4;
 }
</style>
border-color css

<style>
 span { border-color: #E183B4; }

 span { border-color: rgb(225,131,180); }

 td.TdClassName
 {
   border-color: #E183B4;
 }
 .TagClassName
 {
   border-color: #E183B4;
 }
</style>