Html Css Color HEX #EA048D Hollywood Cerise

📋 copy color: '#EA048D'

red 234 ◦ green 4 ◦ blue 141

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

Shades of Hollywood Cerise #EA048D

Tints of Hollywood Cerise #EA048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 61.74%
G = 1.06%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA048D (or 0xEA048D) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 8D. RGB value is (234,4,141). Sum of RGB (Red+Green+Blue) = 234+4+141=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA048D is #15FB72. Grayscale: #585858. Windows color (decimal): -1440627 or 9241834. OLE color: 9241834.

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

Color convert

RGB 234 4 141 -
CMYK 0 0.98 0.40 0.08
HSL 324.26º 0.97% 0.47% -
HSV(B) 324.26º 0.98% 0.92% -
XYZ 38.78 19.5 26.92 -
YUV 88.39 157.7 231.86 -
System Red Green Blue C M Y K H S L
Decimal 234 4 141 0 0.98 0.40 0.08 324.26 0.97 0.47
Hex EA 4 8D 0 62 28 8 144 61 2F
Octal 352 4 215 0 142 50 10 504 141 57
Binary 11101010 100 10001101 0 1100010 101000 1000 101000100 1100001 101111

Color Harmonies of #EA048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA048D

Black with #EA048D

Text Example


Text Example

White with #EA048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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