Html Css Color HEX #EF048D Hollywood Cerise

📋 copy color: '#EF048D'

red 239 ◦ green 4 ◦ blue 141

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

Shades of Hollywood Cerise #EF048D

Tints of Hollywood Cerise #EF048D

RGB

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

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

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

R = 62.24%
G = 1.04%
B = 36.72%

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

#EF048D (or 0xEF048D) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 8D. RGB value is (239,4,141). Sum of RGB (Red+Green+Blue) = 239+4+141=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF048D is #10FB72. Grayscale: #595959. Windows color (decimal): -1112947 or 9241839. OLE color: 9241839.

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

Color convert

RGB 239 4 141 -
CMYK 0 0.98 0.41 0.06
HSL 325.02º 0.97% 0.48% -
HSV(B) 325.02º 0.98% 0.94% -
XYZ 40.45 20.36 27 -
YUV 89.88 156.86 234.36 -
System Red Green Blue C M Y K H S L
Decimal 239 4 141 0 0.98 0.41 0.06 325.02 0.97 0.48
Hex EF 4 8D 0 62 29 6 145 61 30
Octal 357 4 215 0 142 51 6 505 141 60
Binary 11101111 100 10001101 0 1100010 101001 110 101000101 1100001 110000

Color Harmonies of #EF048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF048D

Black with #EF048D

Text Example


Text Example

White with #EF048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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