Html Css Color HEX #EF2B83 Deep Cerise

📋 copy color: '#EF2B83'

red 239 ◦ green 43 ◦ blue 131

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

Shades of Deep Cerise #EF2B83

Tints of Deep Cerise #EF2B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 57.87%
G = 10.41%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF2B83 (or 0xEF2B83) is known color: Deep Cerise. HEX triplet: EF, 2B and 83. RGB value is (239,43,131). Sum of RGB (Red+Green+Blue) = 239+43+131=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2B83 is #10D47C. Grayscale: #6F6F6F. Windows color (decimal): -1102973 or 8596463. OLE color: 8596463.

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

Color convert

RGB 239 43 131 -
CMYK 0 0.82 0.45 0.06
HSL 333.06º 0.86% 0.55% -
HSV(B) 333.06º 0.82% 0.94% -
XYZ 40.56 21.72 23.53 -
YUV 111.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 239 43 131 0 0.82 0.45 0.06 333.06 0.86 0.55
Hex EF 2B 83 0 52 2D 6 14D 56 37
Octal 357 53 203 0 122 55 6 515 126 67
Binary 11101111 101011 10000011 0 1010010 101101 110 101001101 1010110 110111

Color Harmonies of #EF2B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B83

Black with #EF2B83

Text Example


Text Example

White with #EF2B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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