#EE2999

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

Shades of Persian Rose #EE2999

Tints of Persian Rose #EE2999

Color information

#EE2999 (or 0xEE2999) is unknown color: approx Persian Rose. HEX triplet: EE, 29 and 99. RGB value is (238,41,153). Sum of RGB (Red+Green+Blue) = 238+41+153=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2999 is #11D666. Grayscale: #707070. Windows color (decimal): -1168999 or 10037742. OLE color: 10037742.

HSL color Cylindrical-coordinate representation of color #EE2999: hue angle of 325.89º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2999 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23841153-
CMYK00.830.360.07
HSL325.89º85.28%54.71%-
HSV(B)325.89º82.77%93.33%-
XYZ41.822.0632.19-
YUV112.67150.77217.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.09%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=55.09%
G=9.49%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384115300.830.360.07325.8985.2854.71
HexEE29990532471465537
Octal35651231012344750612567
Binary1110111010100110011001010100111001001111010001101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2999; }

 p { color: rgb(238,41,153); }

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

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

 a { background-color: rgb(238,41,153); }

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

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

 span { border-color: rgb(238,41,153); }

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