Html Css Color HEX #EF2979 Deep Cerise

📋 copy color: '#EF2979'

red 239 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #EF2979

Tints of Deep Cerise #EF2979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 59.6%
G = 10.22%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF2979 (or 0xEF2979) is known color: Deep Cerise. HEX triplet: EF, 29 and 79. RGB value is (239,41,121). Sum of RGB (Red+Green+Blue) = 239+41+121=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2979 is #10D686. Grayscale: #6D6D6D. Windows color (decimal): -1103495 or 7940591. OLE color: 7940591.

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

Color convert

RGB 239 41 121 -
CMYK 0 0.83 0.49 0.06
HSL 335.76º 0.86% 0.55% -
HSV(B) 335.76º 0.83% 0.94% -
XYZ 39.84 21.32 20.1 -
YUV 109.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 239 41 121 0 0.83 0.49 0.06 335.76 0.86 0.55
Hex EF 29 79 0 53 31 6 150 56 37
Octal 357 51 171 0 123 61 6 520 126 67
Binary 11101111 101001 1111001 0 1010011 110001 110 101010000 1010110 110111

Color Harmonies of #EF2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2979

Black with #EF2979

Text Example


Text Example

White with #EF2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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