Html Css Color HEX #EE0AAE Hollywood Cerise

📋 copy color: '#EE0AAE'

red 238 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #EE0AAE

Tints of Hollywood Cerise #EE0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.37%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 56.4%
G = 2.37%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE0AAE (or 0xEE0AAE) is known color: Hollywood Cerise. HEX triplet: EE, 0A and AE. RGB value is (238,10,174). Sum of RGB (Red+Green+Blue) = 238+10+174=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0AAE is #11F551. Grayscale: #606060. Windows color (decimal): -1176914 or 11406062. OLE color: 11406062.

HSL color Cylindrical-coordinate representation of color #EE0AAE: hue angle of 316.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AAE is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 174 -
CMYK 0 0.96 0.27 0.07
HSL 316.84º 0.92% 0.49% -
HSV(B) 316.84º 0.96% 0.93% -
XYZ 43.01 21.45 41.92 -
YUV 96.87 171.54 228.66 -
System Red Green Blue C M Y K H S L
Decimal 238 10 174 0 0.96 0.27 0.07 316.84 0.92 0.49
Hex EE A AE 0 60 1B 7 13D 5C 31
Octal 356 12 256 0 140 33 7 475 134 61
Binary 11101110 1010 10101110 0 1100000 11011 111 100111101 1011100 110001

Color Harmonies of #EE0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AAE

Black with #EE0AAE

Text Example


Text Example

White with #EE0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AAE; }

 p { color: rgb(238,10,174); }

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

background-color css

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

 a { background-color: rgb(238,10,174); }

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

border-color css

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

 span { border-color: rgb(238,10,174); }

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