#E181BB

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

Shades of Persian Pink #E181BB

Tints of Persian Pink #E181BB

Color information

#E181BB (or 0xE181BB) is unknown color: approx Persian Pink. HEX triplet: E1, 81 and BB. RGB value is (225,129,187). Sum of RGB (Red+Green+Blue) = 225+129+187=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BB is #1E7E44. Grayscale: #A4A4A4. Windows color (decimal): -1998405 or 12288481. OLE color: 12288481.

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

Color convert

RGB225129187-
CMYK00.430.170.12
HSL323.75º61.54%69.41%-
HSV(B)323.75º42.67%88.24%-
XYZ47.8735.351.3-
YUV164.32140.8171.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=41.59%
G=23.84%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512918700.430.170.12323.7561.5469.41
HexE181BB02B11C1443e45
Octal341201273053211450476105
Binary11100001100000011011101101010111000111001010001001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181BB; }

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

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

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

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

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

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

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

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