Html Css Color HEX #EE32AA Persian Rose

📋 copy color: '#EE32AA'

red 238 ◦ green 50 ◦ blue 170

#EE32AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EE32AA

Tints of Persian Rose #EE32AA

RGB

 RED value IS 238 (93.36% from 255) = 51.97%

 GREEN value IS 50 (19.92% from 255) = 10.92%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 51.97%
G = 10.92%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE32AA (or 0xEE32AA) is known color: Persian Rose. HEX triplet: EE, 32 and AA. RGB value is (238,50,170). Sum of RGB (Red+Green+Blue) = 238+50+170=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE32AA is #11CD55. Grayscale: #777777. Windows color (decimal): -1166678 or 11154158. OLE color: 11154158.

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

Color convert

RGB 238 50 170 -
CMYK 0 0.79 0.29 0.07
HSL 321.7º 0.85% 0.56% -
HSV(B) 321.7º 0.79% 0.93% -
XYZ 43.66 23.36 40.24 -
YUV 119.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 238 50 170 0 0.79 0.29 0.07 321.7 0.85 0.56
Hex EE 32 AA 0 4F 1D 7 142 55 38
Octal 356 62 252 0 117 35 7 502 125 70
Binary 11101110 110010 10101010 0 1001111 11101 111 101000010 1010101 111000

Color Harmonies of #EE32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32AA

Black with #EE32AA

Text Example


Text Example

White with #EE32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32AA; }

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

 H1.HeaderClassName
 {
   color: #EE32AA;
 }
 .AnyTagClassName
 {
   color: #EE32AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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