#EE79BE

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

Shades of Persian Pink #EE79BE

Tints of Persian Pink #EE79BE

Color information

#EE79BE (or 0xEE79BE) is unknown color: approx Persian Pink. HEX triplet: EE, 79 and BE. RGB value is (238,121,190). Sum of RGB (Red+Green+Blue) = 238+121+190=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE79BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE79BE is #118641. Grayscale: #A3A3A3. Windows color (decimal): -1148482 or 12483054. OLE color: 12483054.

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

Color convert

RGB238121190-
CMYK00.490.200.07
HSL324.62º77.48%70.39%-
HSV(B)324.62º49.16%93.33%-
XYZ51.3935.5752.87-
YUV163.85142.76180.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 121 (47.66% from 255) = 22.04%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=43.35%
G=22.04%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812119000.490.200.07324.6277.4870.39
HexEE79BE0311471454d46
Octal356171276061247505115106
Binary1110111011110011011111001100011010011110100010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE79BE; }

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

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

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

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

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

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

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

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