Html Css Color HEX #EF048E Hollywood Cerise

📋 copy color: '#EF048E'

red 239 ◦ green 4 ◦ blue 142

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

Shades of Hollywood Cerise #EF048E

Tints of Hollywood Cerise #EF048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 62.08%
G = 1.04%
B = 36.88%

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

#EF048E (or 0xEF048E) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 8E. RGB value is (239,4,142). Sum of RGB (Red+Green+Blue) = 239+4+142=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF048E is #10FB71. Grayscale: #595959. Windows color (decimal): -1112946 or 9307375. OLE color: 9307375.

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

Color convert

RGB 239 4 142 -
CMYK 0 0.98 0.41 0.06
HSL 324.77º 0.97% 0.48% -
HSV(B) 324.77º 0.98% 0.94% -
XYZ 40.52 20.39 27.39 -
YUV 90 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 239 4 142 0 0.98 0.41 0.06 324.77 0.97 0.48
Hex EF 4 8E 0 62 29 6 145 61 30
Octal 357 4 216 0 142 51 6 505 141 60
Binary 11101111 100 10001110 0 1100010 101001 110 101000101 1100001 110000

Color Harmonies of #EF048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF048E

Black with #EF048E

Text Example


Text Example

White with #EF048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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