Html Css Color HEX #EA048F Hollywood Cerise

📋 copy color: '#EA048F'

red 234 ◦ green 4 ◦ blue 143

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

Shades of Hollywood Cerise #EA048F

Tints of Hollywood Cerise #EA048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 61.42%
G = 1.05%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA048F (or 0xEA048F) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 8F. RGB value is (234,4,143). Sum of RGB (Red+Green+Blue) = 234+4+143=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA048F is #15FB70. Grayscale: #585858. Windows color (decimal): -1440625 or 9372906. OLE color: 9372906.

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

Color convert

RGB 234 4 143 -
CMYK 0 0.98 0.39 0.08
HSL 323.74º 0.97% 0.47% -
HSV(B) 323.74º 0.98% 0.92% -
XYZ 38.93 19.56 27.71 -
YUV 88.62 158.7 231.7 -
System Red Green Blue C M Y K H S L
Decimal 234 4 143 0 0.98 0.39 0.08 323.74 0.97 0.47
Hex EA 4 8F 0 62 27 8 144 61 2F
Octal 352 4 217 0 142 47 10 504 141 57
Binary 11101010 100 10001111 0 1100010 100111 1000 101000100 1100001 101111

Color Harmonies of #EA048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA048F

Black with #EA048F

Text Example


Text Example

White with #EA048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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