Html Css Color HEX #EF2878 Deep Cerise

📋 copy color: '#EF2878'

red 239 ◦ green 40 ◦ blue 120

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

Shades of Deep Cerise #EF2878

Tints of Deep Cerise #EF2878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.03%

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

R = 59.9%
G = 10.03%
B = 30.08%

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

#EF2878 (or 0xEF2878) is known color: Deep Cerise. HEX triplet: EF, 28 and 78. RGB value is (239,40,120). Sum of RGB (Red+Green+Blue) = 239+40+120=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2878 is #10D787. Grayscale: #6C6C6C. Windows color (decimal): -1103752 or 7874799. OLE color: 7874799.

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

Color convert

RGB 239 40 120 -
CMYK 0 0.83 0.50 0.06
HSL 335.88º 0.86% 0.55% -
HSV(B) 335.88º 0.83% 0.94% -
XYZ 39.75 21.22 19.77 -
YUV 108.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 239 40 120 0 0.83 0.50 0.06 335.88 0.86 0.55
Hex EF 28 78 0 53 32 6 150 56 37
Octal 357 50 170 0 123 62 6 520 126 67
Binary 11101111 101000 1111000 0 1010011 110010 110 101010000 1010110 110111

Color Harmonies of #EF2878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2878

Black with #EF2878

Text Example


Text Example

White with #EF2878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2878; }

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

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

background-color css

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

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

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

border-color css

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

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

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