Html Css Color HEX #EF2680 Deep Cerise

📋 copy color: '#EF2680'

red 239 ◦ green 38 ◦ blue 128

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

Shades of Deep Cerise #EF2680

Tints of Deep Cerise #EF2680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.38%

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

R = 59.01%
G = 9.38%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF2680 (or 0xEF2680) is known color: Deep Cerise. HEX triplet: EF, 26 and 80. RGB value is (239,38,128). Sum of RGB (Red+Green+Blue) = 239+38+128=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2680 is #10D97F. Grayscale: #6C6C6C. Windows color (decimal): -1104256 or 8398575. OLE color: 8398575.

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

Color convert

RGB 239 38 128 -
CMYK 0 0.84 0.46 0.06
HSL 333.13º 0.86% 0.54% -
HSV(B) 333.13º 0.84% 0.94% -
XYZ 40.19 21.3 22.41 -
YUV 108.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 239 38 128 0 0.84 0.46 0.06 333.13 0.86 0.54
Hex EF 26 80 0 54 2E 6 14D 56 36
Octal 357 46 200 0 124 56 6 515 126 66
Binary 11101111 100110 10000000 0 1010100 101110 110 101001101 1010110 110110

Color Harmonies of #EF2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2680

Black with #EF2680

Text Example


Text Example

White with #EF2680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2680; }

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

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

background-color css

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

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

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

border-color css

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

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

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