Html Css Color HEX #EF2179 Deep Cerise

📋 copy color: '#EF2179'

red 239 ◦ green 33 ◦ blue 121

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

Shades of Deep Cerise #EF2179

Tints of Deep Cerise #EF2179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.4%

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

R = 60.81%
G = 8.4%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF2179 (or 0xEF2179) is known color: Deep Cerise. HEX triplet: EF, 21 and 79. RGB value is (239,33,121). Sum of RGB (Red+Green+Blue) = 239+33+121=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2179 is #10DE86. Grayscale: #686868. Windows color (decimal): -1105543 or 7938543. OLE color: 7938543.

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

Color convert

RGB 239 33 121 -
CMYK 0 0.86 0.49 0.06
HSL 334.37º 0.87% 0.53% -
HSV(B) 334.37º 0.86% 0.94% -
XYZ 39.59 20.82 20.02 -
YUV 104.63 137.25 223.84 -
System Red Green Blue C M Y K H S L
Decimal 239 33 121 0 0.86 0.49 0.06 334.37 0.87 0.53
Hex EF 21 79 0 56 31 6 14E 57 35
Octal 357 41 171 0 126 61 6 516 127 65
Binary 11101111 100001 1111001 0 1010110 110001 110 101001110 1010111 110101

Color Harmonies of #EF2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2179

Black with #EF2179

Text Example


Text Example

White with #EF2179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2179; }

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

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

background-color css

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

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

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

border-color css

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

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

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