Html Css Color HEX #EF048C Hollywood Cerise

📋 copy color: '#EF048C'

red 239 ◦ green 4 ◦ blue 140

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

Shades of Hollywood Cerise #EF048C

Tints of Hollywood Cerise #EF048C

RGB

 RED value IS 239 (93.75% from 255) = 62.4%

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 62.4%
G = 1.04%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF048C (or 0xEF048C) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 8C. RGB value is (239,4,140). Sum of RGB (Red+Green+Blue) = 239+4+140=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF048C is #10FB73. Grayscale: #595959. Windows color (decimal): -1112948 or 9176303. OLE color: 9176303.

HSL color Cylindrical-coordinate representation of color #EF048C: hue angle of 325.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF048C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 140 -
CMYK 0 0.98 0.41 0.06
HSL 325.28º 0.97% 0.48% -
HSV(B) 325.28º 0.98% 0.94% -
XYZ 40.37 20.33 26.61 -
YUV 89.77 156.36 234.44 -
System Red Green Blue C M Y K H S L
Decimal 239 4 140 0 0.98 0.41 0.06 325.28 0.97 0.48
Hex EF 4 8C 0 62 29 6 145 61 30
Octal 357 4 214 0 142 51 6 505 141 60
Binary 11101111 100 10001100 0 1100010 101001 110 101000101 1100001 110000

Color Harmonies of #EF048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF048C

Black with #EF048C

Text Example


Text Example

White with #EF048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF048C; }

 p { color: rgb(239,4,140); }

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

background-color css

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

 a { background-color: rgb(239,4,140); }

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

border-color css

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

 span { border-color: rgb(239,4,140); }

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