#EE7ABD

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

Shades of Persian Pink #EE7ABD

Tints of Persian Pink #EE7ABD

Color information

#EE7ABD (or 0xEE7ABD) is unknown color: approx Persian Pink. HEX triplet: EE, 7A and BD. RGB value is (238,122,189). Sum of RGB (Red+Green+Blue) = 238+122+189=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ABD is #118542. Grayscale: #A4A4A4. Windows color (decimal): -1148227 or 12417774. OLE color: 12417774.

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

Color convert

RGB238122189-
CMYK00.490.210.07
HSL325.34º77.33%70.59%-
HSV(B)325.34º48.74%93.33%-
XYZ51.435.7752.34-
YUV164.32141.93180.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=43.35%
G=22.22%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812218900.490.210.07325.3477.3370.59
HexEE7ABD0311571454d47
Octal356172275061257505115107
Binary1110111011110101011110101100011010111110100010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7ABD; }

 p { color: rgb(238,122,189); }

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

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

 a { background-color: rgb(238,122,189); }

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

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

 span { border-color: rgb(238,122,189); }

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