#E16FBB

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

Shades of Persian Pink #E16FBB

Tints of Persian Pink #E16FBB

Color information

#E16FBB (or 0xE16FBB) is unknown color: approx Persian Pink. HEX triplet: E1, 6F and BB. RGB value is (225,111,187). Sum of RGB (Red+Green+Blue) = 225+111+187=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FBB is #1E9044. Grayscale: #999999. Windows color (decimal): -2003013 or 12283873. OLE color: 12283873.

HSL color Cylindrical-coordinate representation of color #E16FBB: hue angle of 320º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FBB is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225111187-
CMYK00.510.170.12
HSL320º65.52%65.88%-
HSV(B)320º50.67%88.24%-
XYZ45.7130.9650.58-
YUV153.75146.77178.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=43.02%
G=21.22%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511118700.510.170.1232065.5265.88
HexE16FBB03311C1404242
Octal3411572730632114500102102
Binary11100001110111110111011011001110001110010100000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16FBB; }

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

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

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

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

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

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

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

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