Html Css Color HEX #EF2078 Deep Cerise

📋 copy color: '#EF2078'

red 239 ◦ green 32 ◦ blue 120

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

Shades of Deep Cerise #EF2078

Tints of Deep Cerise #EF2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.18%

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 61.13%
G = 8.18%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF2078 (or 0xEF2078) is known color: Deep Cerise. HEX triplet: EF, 20 and 78. RGB value is (239,32,120). Sum of RGB (Red+Green+Blue) = 239+32+120=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2078 is #10DF87. Grayscale: #676767. Windows color (decimal): -1105800 or 7872751. OLE color: 7872751.

HSL color Cylindrical-coordinate representation of color #EF2078: hue angle of 334.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2078 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 120 -
CMYK 0 0.87 0.50 0.06
HSL 334.49º 0.87% 0.53% -
HSV(B) 334.49º 0.87% 0.94% -
XYZ 39.5 20.74 19.69 -
YUV 103.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 239 32 120 0 0.87 0.50 0.06 334.49 0.87 0.53
Hex EF 20 78 0 57 32 6 14E 57 35
Octal 357 40 170 0 127 62 6 516 127 65
Binary 11101111 100000 1111000 0 1010111 110010 110 101001110 1010111 110101

Color Harmonies of #EF2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2078

Black with #EF2078

Text Example


Text Example

White with #EF2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2078; }

 p { color: rgb(239,32,120); }

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

background-color css

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

 a { background-color: rgb(239,32,120); }

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

border-color css

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

 span { border-color: rgb(239,32,120); }

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