#EE3CAA

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

Shades of Persian Rose #EE3CAA

Tints of Persian Rose #EE3CAA

Color information

#EE3CAA (or 0xEE3CAA) is unknown color: approx Persian Rose. HEX triplet: EE, 3C and AA. RGB value is (238,60,170). Sum of RGB (Red+Green+Blue) = 238+60+170=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3CAA is #11C355. Grayscale: #7D7D7D. Windows color (decimal): -1164118 or 11156718. OLE color: 11156718.

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

Color convert

RGB23860170-
CMYK00.750.290.07
HSL322.92º83.96%58.43%-
HSV(B)322.92º74.79%93.33%-
XYZ44.1324.3140.4-
YUV125.76152.97208.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 60 (23.83% from 255) = 12.82%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=50.85%
G=12.82%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386017000.750.290.07322.9283.9658.43
HexEE3CAA04B1D7143543a
Octal35674252011335750312472
Binary111011101111001010101001001011111011111010000111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3CAA; }

 p { color: rgb(238,60,170); }

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

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

 a { background-color: rgb(238,60,170); }

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

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

 span { border-color: rgb(238,60,170); }

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