Html Css Color HEX #EA049A Hollywood Cerise

📋 copy color: '#EA049A'

red 234 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #EA049A

Tints of Hollywood Cerise #EA049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 59.69%
G = 1.02%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA049A (or 0xEA049A) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 9A. RGB value is (234,4,154). Sum of RGB (Red+Green+Blue) = 234+4+154=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA049A is #15FB65. Grayscale: #595959. Windows color (decimal): -1440614 or 10093802. OLE color: 10093802.

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

Color convert

RGB 234 4 154 -
CMYK 0 0.98 0.34 0.08
HSL 320.87º 0.97% 0.47% -
HSV(B) 320.87º 0.98% 0.92% -
XYZ 39.81 19.91 32.32 -
YUV 89.87 164.2 230.8 -
System Red Green Blue C M Y K H S L
Decimal 234 4 154 0 0.98 0.34 0.08 320.87 0.97 0.47
Hex EA 4 9A 0 62 22 8 141 61 2F
Octal 352 4 232 0 142 42 10 501 141 57
Binary 11101010 100 10011010 0 1100010 100010 1000 101000001 1100001 101111

Color Harmonies of #EA049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA049A

Black with #EA049A

Text Example


Text Example

White with #EA049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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