Html Css Color HEX #EA048A Hollywood Cerise

📋 copy color: '#EA048A'

red 234 ◦ green 4 ◦ blue 138

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

Shades of Hollywood Cerise #EA048A

Tints of Hollywood Cerise #EA048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 62.23%
G = 1.06%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA048A (or 0xEA048A) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 8A. RGB value is (234,4,138). Sum of RGB (Red+Green+Blue) = 234+4+138=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA048A is #15FB75. Grayscale: #575757. Windows color (decimal): -1440630 or 9045226. OLE color: 9045226.

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

Color convert

RGB 234 4 138 -
CMYK 0 0.98 0.41 0.08
HSL 325.04º 0.97% 0.47% -
HSV(B) 325.04º 0.98% 0.92% -
XYZ 38.56 19.41 25.76 -
YUV 88.05 156.2 232.1 -
System Red Green Blue C M Y K H S L
Decimal 234 4 138 0 0.98 0.41 0.08 325.04 0.97 0.47
Hex EA 4 8A 0 62 29 8 145 61 2F
Octal 352 4 212 0 142 51 10 505 141 57
Binary 11101010 100 10001010 0 1100010 101001 1000 101000101 1100001 101111

Color Harmonies of #EA048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA048A

Black with #EA048A

Text Example


Text Example

White with #EA048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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