Html Css Color HEX #EF2978 Deep Cerise

📋 copy color: '#EF2978'

red 239 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #EF2978

Tints of Deep Cerise #EF2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

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

R = 59.75%
G = 10.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF2978 (or 0xEF2978) is known color: Deep Cerise. HEX triplet: EF, 29 and 78. RGB value is (239,41,120). Sum of RGB (Red+Green+Blue) = 239+41+120=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2978 is #10D687. Grayscale: #6D6D6D. Windows color (decimal): -1103496 or 7875055. OLE color: 7875055.

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

Color convert

RGB 239 41 120 -
CMYK 0 0.83 0.50 0.06
HSL 336.06º 0.86% 0.55% -
HSV(B) 336.06º 0.83% 0.94% -
XYZ 39.78 21.29 19.78 -
YUV 109.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 239 41 120 0 0.83 0.50 0.06 336.06 0.86 0.55
Hex EF 29 78 0 53 32 6 150 56 37
Octal 357 51 170 0 123 62 6 520 126 67
Binary 11101111 101001 1111000 0 1010011 110010 110 101010000 1010110 110111

Color Harmonies of #EF2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2978

Black with #EF2978

Text Example


Text Example

White with #EF2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2978; }

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

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

background-color css

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

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

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

border-color css

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

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

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