#E16DBD

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

Shades of Persian Pink #E16DBD

Tints of Persian Pink #E16DBD

Color information

#E16DBD (or 0xE16DBD) is unknown color: approx Persian Pink. HEX triplet: E1, 6D and BD. RGB value is (225,109,189). Sum of RGB (Red+Green+Blue) = 225+109+189=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DBD is #1E9242. Grayscale: #989898. Windows color (decimal): -2003523 or 12414433. OLE color: 12414433.

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

Color convert

RGB225109189-
CMYK00.520.160.12
HSL318.62º65.91%65.49%-
HSV(B)318.62º51.56%88.24%-
XYZ45.7130.6251.65-
YUV152.8148.43179.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 109 (42.97% from 255) = 20.84%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=43.02%
G=20.84%
B=36.14%

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
Decimal22510918900.520.160.12318.6265.9165.49
HexE16DBD03410C13f4241
Octal3411552750642014477102101
Binary11100001110110110111101011010010000110010011111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DBD; }

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

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

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

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

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

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

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

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