#EE79B0

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

Shades of Persian Pink #EE79B0

Tints of Persian Pink #EE79B0

Color information

#EE79B0 (or 0xEE79B0) is unknown color: approx Persian Pink. HEX triplet: EE, 79 and B0. RGB value is (238,121,176). Sum of RGB (Red+Green+Blue) = 238+121+176=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE79B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE79B0 is #11864F. Grayscale: #A2A2A2. Windows color (decimal): -1148496 or 11565550. OLE color: 11565550.

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

Color convert

RGB238121176-
CMYK00.490.260.07
HSL331.79º77.48%70.39%-
HSV(B)331.79º49.16%93.33%-
XYZ49.9334.9945.2-
YUV162.25135.76182.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=44.49%
G=22.62%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812117600.490.260.07331.7977.4870.39
HexEE79B00311A714c4d46
Octal356171260061327514115106
Binary1110111011110011011000001100011101011110100110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE79B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE79B0; }

 p { color: rgb(238,121,176); }

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

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

 a { background-color: rgb(238,121,176); }

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

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

 span { border-color: rgb(238,121,176); }

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