#EE7AB5

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

Shades of Persian Pink #EE7AB5

Tints of Persian Pink #EE7AB5

Color information

#EE7AB5 (or 0xEE7AB5) is unknown color: approx Persian Pink. HEX triplet: EE, 7A and B5. RGB value is (238,122,181). Sum of RGB (Red+Green+Blue) = 238+122+181=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7AB5 is #11854A. Grayscale: #A3A3A3. Windows color (decimal): -1148235 or 11893486. OLE color: 11893486.

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

Color convert

RGB238122181-
CMYK00.490.240.07
HSL329.48º77.33%70.59%-
HSV(B)329.48º48.74%93.33%-
XYZ50.5635.4347.89-
YUV163.41137.93181.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=43.99%
G=22.55%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812218100.490.240.07329.4877.3370.59
HexEE7AB50311871494d47
Octal356172265061307511115107
Binary1110111011110101011010101100011100011110100100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7AB5; }

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

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

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

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

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

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

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

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