Html Css Color HEX #EF2180 Deep Cerise

📋 copy color: '#EF2180'

red 239 ◦ green 33 ◦ blue 128

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

Shades of Deep Cerise #EF2180

Tints of Deep Cerise #EF2180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 59.75%
G = 8.25%
B = 32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF2180 (or 0xEF2180) is known color: Deep Cerise. HEX triplet: EF, 21 and 80. RGB value is (239,33,128). Sum of RGB (Red+Green+Blue) = 239+33+128=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2180 is #10DE7F. Grayscale: #696969. Windows color (decimal): -1105536 or 8397295. OLE color: 8397295.

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

Color convert

RGB 239 33 128 -
CMYK 0 0.86 0.46 0.06
HSL 332.33º 0.87% 0.53% -
HSV(B) 332.33º 0.86% 0.94% -
XYZ 40.04 21 22.36 -
YUV 105.42 140.75 223.28 -
System Red Green Blue C M Y K H S L
Decimal 239 33 128 0 0.86 0.46 0.06 332.33 0.87 0.53
Hex EF 21 80 0 56 2E 6 14C 57 35
Octal 357 41 200 0 126 56 6 514 127 65
Binary 11101111 100001 10000000 0 1010110 101110 110 101001100 1010111 110101

Color Harmonies of #EF2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2180

Black with #EF2180

Text Example


Text Example

White with #EF2180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2180; }

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

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

background-color css

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

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

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

border-color css

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

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

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