#E06EBD

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

Shades of Persian Pink #E06EBD

Tints of Persian Pink #E06EBD

Color information

#E06EBD (or 0xE06EBD) is unknown color: approx Persian Pink. HEX triplet: E0, 6E and BD. RGB value is (224,110,189). Sum of RGB (Red+Green+Blue) = 224+110+189=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EBD is #1F9142. Grayscale: #989898. Windows color (decimal): -2068803 or 12414688. OLE color: 12414688.

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

Color convert

RGB224110189-
CMYK00.510.160.12
HSL318.42º64.77%65.49%-
HSV(B)318.42º50.89%87.84%-
XYZ45.530.6751.67-
YUV153.09148.27178.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 110 (43.36% from 255) = 21.03%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=42.83%
G=21.03%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411018900.510.160.12318.4264.7765.49
HexE06EBD03310C13e4141
Octal3401562750632014476101101
Binary11100000110111010111101011001110000110010011111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06EBD; }

 p { color: rgb(224,110,189); }

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

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

 a { background-color: rgb(224,110,189); }

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

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

 span { border-color: rgb(224,110,189); }

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