Html Css Color HEX #EF2280 Deep Cerise

📋 copy color: '#EF2280'

red 239 ◦ green 34 ◦ blue 128

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

Shades of Deep Cerise #EF2280

Tints of Deep Cerise #EF2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 59.6%
G = 8.48%
B = 31.92%

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

#EF2280 (or 0xEF2280) is known color: Deep Cerise. HEX triplet: EF, 22 and 80. RGB value is (239,34,128). Sum of RGB (Red+Green+Blue) = 239+34+128=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2280 is #10DD7F. Grayscale: #696969. Windows color (decimal): -1105280 or 8397551. OLE color: 8397551.

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

Color convert

RGB 239 34 128 -
CMYK 0 0.86 0.46 0.06
HSL 332.49º 0.86% 0.54% -
HSV(B) 332.49º 0.86% 0.94% -
XYZ 40.06 21.05 22.37 -
YUV 106.01 140.42 222.86 -
System Red Green Blue C M Y K H S L
Decimal 239 34 128 0 0.86 0.46 0.06 332.49 0.86 0.54
Hex EF 22 80 0 56 2E 6 14C 56 36
Octal 357 42 200 0 126 56 6 514 126 66
Binary 11101111 100010 10000000 0 1010110 101110 110 101001100 1010110 110110

Color Harmonies of #EF2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2280

Black with #EF2280

Text Example


Text Example

White with #EF2280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2280; }

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

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

background-color css

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

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

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

border-color css

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

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

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