#E16DBE

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

Shades of Persian Pink #E16DBE

Tints of Persian Pink #E16DBE

Color information

#E16DBE (or 0xE16DBE) is unknown color: approx Persian Pink. HEX triplet: E1, 6D and BE. RGB value is (225,109,190). Sum of RGB (Red+Green+Blue) = 225+109+190=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DBE is #1E9241. Grayscale: #989898. Windows color (decimal): -2003522 or 12479969. OLE color: 12479969.

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

Color convert

RGB225109190-
CMYK00.520.160.12
HSL318.1º65.91%65.49%-
HSV(B)318.1º51.56%88.24%-
XYZ45.8130.6652.22-
YUV152.92148.93179.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=42.94%
G=20.80%
B=36.26%

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
Decimal22510919000.520.160.12318.165.9165.49
HexE16DBE03410C13e4241
Octal3411552760642014476102101
Binary11100001110110110111110011010010000110010011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DBE; }

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

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

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

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

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

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

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

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