Html Css Color HEX #EA04AF Hollywood Cerise

📋 copy color: '#EA04AF'

red 234 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #EA04AF

Tints of Hollywood Cerise #EA04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 56.66%
G = 0.97%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA04AF (or 0xEA04AF) is known color: Hollywood Cerise. HEX triplet: EA, 04 and AF. RGB value is (234,4,175). Sum of RGB (Red+Green+Blue) = 234+4+175=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA04AF is #15FB50. Grayscale: #5B5B5B. Windows color (decimal): -1440593 or 11470058. OLE color: 11470058.

HSL color Cylindrical-coordinate representation of color #EA04AF: hue angle of 315.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04AF is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 4 175 -
CMYK 0 0.98 0.25 0.08
HSL 315.39º 0.97% 0.47% -
HSV(B) 315.39º 0.98% 0.92% -
XYZ 41.71 20.67 42.35 -
YUV 92.26 174.7 229.1 -
System Red Green Blue C M Y K H S L
Decimal 234 4 175 0 0.98 0.25 0.08 315.39 0.97 0.47
Hex EA 4 AF 0 62 19 8 13B 61 2F
Octal 352 4 257 0 142 31 10 473 141 57
Binary 11101010 100 10101111 0 1100010 11001 1000 100111011 1100001 101111

Color Harmonies of #EA04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04AF

Black with #EA04AF

Text Example


Text Example

White with #EA04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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