#EE33A9

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

Shades of Persian Rose #EE33A9

Tints of Persian Rose #EE33A9

Color information

#EE33A9 (or 0xEE33A9) is unknown color: approx Persian Rose. HEX triplet: EE, 33 and A9. RGB value is (238,51,169). Sum of RGB (Red+Green+Blue) = 238+51+169=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE33A9 is #11CC56. Grayscale: #787878. Windows color (decimal): -1166423 or 11088878. OLE color: 11088878.

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

Color convert

RGB23851169-
CMYK00.790.290.07
HSL322.14º84.62%56.67%-
HSV(B)322.14º78.57%93.33%-
XYZ43.6123.4139.76-
YUV120.36155.45211.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.97%
GREEN value IS 51 (20.31% from 255) = 11.14%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=51.97%
G=11.14%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385116900.790.290.07322.1484.6256.67
HexEE33A904F1D71425539
Octal35663251011735750212571
Binary111011101100111010100101001111111011111010000101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE33A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE33A9; }

 p { color: rgb(238,51,169); }

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

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

 a { background-color: rgb(238,51,169); }

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

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

 span { border-color: rgb(238,51,169); }

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