#EE2299

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

Shades of Persian Rose #EE2299

Tints of Persian Rose #EE2299

Color information

#EE2299 (or 0xEE2299) is unknown color: approx Persian Rose. HEX triplet: EE, 22 and 99. RGB value is (238,34,153). Sum of RGB (Red+Green+Blue) = 238+34+153=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2299 is #11DD66. Grayscale: #6C6C6C. Windows color (decimal): -1170791 or 10035950. OLE color: 10035950.

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

Color convert

RGB23834153-
CMYK00.860.360.07
HSL325º85.71%53.33%-
HSV(B)325º85.71%93.33%-
XYZ41.5821.6232.12-
YUV108.56153.09220.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56%
GREEN value IS 34 (13.67% from 255) = 8%
BLUE value IS 153 (60.16% from 255) = 36%
R=56%
G=8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383415300.860.360.0732585.7153.33
HexEE22990562471455635
Octal35642231012644750512665
Binary1110111010001010011001010101101001001111010001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2299; }

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

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

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

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

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

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

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

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