Html Css Color HEX #EA00AE Hollywood Cerise

📋 copy color: '#EA00AE'

red 234 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #EA00AE

Tints of Hollywood Cerise #EA00AE

RGB

 RED value IS 234 (91.8% from 255) = 57.35%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.35%
G = 0%
B = 42.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA00AE (or 0xEA00AE) is known color: Hollywood Cerise. HEX triplet: EA, 00 and AE. RGB value is (234,0,174). Sum of RGB (Red+Green+Blue) = 234+0+174=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA00AE is #15FF51. Grayscale: #595959. Windows color (decimal): -1441618 or 11403498. OLE color: 11403498.

HSL color Cylindrical-coordinate representation of color #EA00AE: hue angle of 315.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00AE is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 174 -
CMYK 0 1 0.26 0.08
HSL 315.38º 1% 0.46% -
HSV(B) 315.38º 1% 0.92% -
XYZ 41.57 20.55 41.82 -
YUV 89.8 175.52 230.85 -
System Red Green Blue C M Y K H S L
Decimal 234 0 174 0 1 0.26 0.08 315.38 1 0.46
Hex EA 0 AE 0 64 1A 8 13B 64 2E
Octal 352 0 256 0 144 32 10 473 144 56
Binary 11101010 0 10101110 0 1100100 11010 1000 100111011 1100100 101110

Color Harmonies of #EA00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00AE

Black with #EA00AE

Text Example


Text Example

White with #EA00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00AE; }

 p { color: rgb(234,0,174); }

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

background-color css

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

 a { background-color: rgb(234,0,174); }

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

border-color css

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

 span { border-color: rgb(234,0,174); }

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