#EE7DB4

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

Shades of Persian Pink #EE7DB4

Tints of Persian Pink #EE7DB4

Color information

#EE7DB4 (or 0xEE7DB4) is unknown color: approx Persian Pink. HEX triplet: EE, 7D and B4. RGB value is (238,125,180). Sum of RGB (Red+Green+Blue) = 238+125+180=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DB4 is #11824B. Grayscale: #A4A4A4. Windows color (decimal): -1147468 or 11828718. OLE color: 11828718.

HSL color Cylindrical-coordinate representation of color #EE7DB4: hue angle of 330.8º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7DB4 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238125180-
CMYK00.470.240.07
HSL330.8º76.87%71.18%-
HSV(B)330.8º47.48%93.33%-
XYZ50.8336.1447.48-
YUV165.06136.44180.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=43.83%
G=23.02%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812518000.470.240.07330.876.8771.18
HexEE7DB402F18714b4d47
Octal356175264057307513115107
Binary1110111011111011011010001011111100011110100101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DB4; }

 p { color: rgb(238,125,180); }

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

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

 a { background-color: rgb(238,125,180); }

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

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

 span { border-color: rgb(238,125,180); }

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