Html Css Color HEX #EA00AF Hollywood Cerise

📋 copy color: '#EA00AF'

red 234 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #EA00AF

Tints of Hollywood Cerise #EA00AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 57.21%
G = 0%
B = 42.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA00AF (or 0xEA00AF) is known color: Hollywood Cerise. HEX triplet: EA, 00 and AF. RGB value is (234,0,175). Sum of RGB (Red+Green+Blue) = 234+0+175=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA00AF is #15FF50. Grayscale: #595959. Windows color (decimal): -1441617 or 11469034. OLE color: 11469034.

HSL color Cylindrical-coordinate representation of color #EA00AF: hue angle of 315.13º 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 #EA00AF is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 175 -
CMYK 0 1 0.25 0.08
HSL 315.13º 1% 0.46% -
HSV(B) 315.13º 1% 0.92% -
XYZ 41.67 20.59 42.34 -
YUV 89.92 176.02 230.77 -
System Red Green Blue C M Y K H S L
Decimal 234 0 175 0 1 0.25 0.08 315.13 1 0.46
Hex EA 0 AF 0 64 19 8 13B 64 2E
Octal 352 0 257 0 144 31 10 473 144 56
Binary 11101010 0 10101111 0 1100100 11001 1000 100111011 1100100 101110

Color Harmonies of #EA00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00AF

Black with #EA00AF

Text Example


Text Example

White with #EA00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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