#E181B6

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

Shades of Persian Pink #E181B6

Tints of Persian Pink #E181B6

Color information

#E181B6 (or 0xE181B6) is unknown color: approx Persian Pink. HEX triplet: E1, 81 and B6. RGB value is (225,129,182). Sum of RGB (Red+Green+Blue) = 225+129+182=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E181B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181B6 is #1E7E49. Grayscale: #A3A3A3. Windows color (decimal): -1998410 or 11960801. OLE color: 11960801.

HSL color Cylindrical-coordinate representation of color #E181B6: hue angle of 326.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181B6 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB225129182-
CMYK00.430.190.12
HSL326.88º61.54%69.41%-
HSV(B)326.88º42.67%88.24%-
XYZ47.3535.0948.53-
YUV163.75138.3171.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=41.98%
G=24.07%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512918200.430.190.12326.8861.5469.41
HexE181B602B13C1473e45
Octal341201266053231450776105
Binary11100001100000011011011001010111001111001010001111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181B6; }

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

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

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

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

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

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

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

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