#E182B6

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

Shades of Persian Pink #E182B6

Tints of Persian Pink #E182B6

Color information

#E182B6 (or 0xE182B6) is unknown color: approx Persian Pink. HEX triplet: E1, 82 and B6. RGB value is (225,130,182). Sum of RGB (Red+Green+Blue) = 225+130+182=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182B6 is #1E7D49. Grayscale: #A4A4A4. Windows color (decimal): -1998154 or 11961057. OLE color: 11961057.

HSL color Cylindrical-coordinate representation of color #E182B6: hue angle of 327.16º 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 #E182B6 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB225130182-
CMYK00.420.190.12
HSL327.16º61.29%69.61%-
HSV(B)327.16º42.22%88.24%-
XYZ47.4835.3548.58-
YUV164.33137.97171.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=41.90%
G=24.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513018200.420.190.12327.1661.2969.61
HexE182B602A13C1473d46
Octal341202266052231450775106
Binary11100001100000101011011001010101001111001010001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182B6; }

 p { color: rgb(225,130,182); }

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

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

 a { background-color: rgb(225,130,182); }

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

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

 span { border-color: rgb(225,130,182); }

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