#EE7DBC

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

Shades of Persian Pink #EE7DBC

Tints of Persian Pink #EE7DBC

Color information

#EE7DBC (or 0xEE7DBC) is unknown color: approx Persian Pink. HEX triplet: EE, 7D and BC. RGB value is (238,125,188). Sum of RGB (Red+Green+Blue) = 238+125+188=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7DBC is #118243. Grayscale: #A5A5A5. Windows color (decimal): -1147460 or 12353006. OLE color: 12353006.

HSL color Cylindrical-coordinate representation of color #EE7DBC: hue angle of 326.55º 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 #EE7DBC is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238125188-
CMYK00.470.210.07
HSL326.55º76.87%71.18%-
HSV(B)326.55º47.48%93.33%-
XYZ51.6736.4851.89-
YUV165.97140.44179.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.19%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=43.19%
G=22.69%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812518800.470.210.07326.5576.8771.18
HexEE7DBC02F1571474d47
Octal356175274057257507115107
Binary1110111011111011011110001011111010111110100011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DBC; }

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

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

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

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

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

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

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

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