#E16DBC

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

Shades of Persian Pink #E16DBC

Tints of Persian Pink #E16DBC

Color information

#E16DBC (or 0xE16DBC) is unknown color: approx Persian Pink. HEX triplet: E1, 6D and BC. RGB value is (225,109,188). Sum of RGB (Red+Green+Blue) = 225+109+188=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DBC is #1E9243. Grayscale: #989898. Windows color (decimal): -2003524 or 12348897. OLE color: 12348897.

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

Color convert

RGB225109188-
CMYK00.520.160.12
HSL319.14º65.91%65.49%-
HSV(B)319.14º51.56%88.24%-
XYZ45.630.5851.08-
YUV152.69147.93179.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=43.10%
G=20.88%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510918800.520.160.12319.1465.9165.49
HexE16DBC03410C13f4241
Octal3411552740642014477102101
Binary11100001110110110111100011010010000110010011111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DBC; }

 p { color: rgb(225,109,188); }

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

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

 a { background-color: rgb(225,109,188); }

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

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

 span { border-color: rgb(225,109,188); }

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