Html Css Color HEX #EF2B80 Deep Cerise

📋 copy color: '#EF2B80'

red 239 ◦ green 43 ◦ blue 128

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

Shades of Deep Cerise #EF2B80

Tints of Deep Cerise #EF2B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

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

R = 58.29%
G = 10.49%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF2B80 (or 0xEF2B80) is known color: Deep Cerise. HEX triplet: EF, 2B and 80. RGB value is (239,43,128). Sum of RGB (Red+Green+Blue) = 239+43+128=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2B80 is #10D47F. Grayscale: #6F6F6F. Windows color (decimal): -1102976 or 8399855. OLE color: 8399855.

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

Color convert

RGB 239 43 128 -
CMYK 0 0.82 0.46 0.06
HSL 333.98º 0.86% 0.55% -
HSV(B) 333.98º 0.82% 0.94% -
XYZ 40.36 21.64 22.47 -
YUV 111.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 239 43 128 0 0.82 0.46 0.06 333.98 0.86 0.55
Hex EF 2B 80 0 52 2E 6 14E 56 37
Octal 357 53 200 0 122 56 6 516 126 67
Binary 11101111 101011 10000000 0 1010010 101110 110 101001110 1010110 110111

Color Harmonies of #EF2B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B80

Black with #EF2B80

Text Example


Text Example

White with #EF2B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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