Html Css Color HEX #EF2989 Deep Cerise

📋 copy color: '#EF2989'

red 239 ◦ green 41 ◦ blue 137

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

Shades of Deep Cerise #EF2989

Tints of Deep Cerise #EF2989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.83%

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 57.31%
G = 9.83%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF2989 (or 0xEF2989) is known color: Deep Cerise. HEX triplet: EF, 29 and 89. RGB value is (239,41,137). Sum of RGB (Red+Green+Blue) = 239+41+137=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2989 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2989 is #10D676. Grayscale: #6E6E6E. Windows color (decimal): -1103479 or 8989167. OLE color: 8989167.

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

Color convert

RGB 239 41 137 -
CMYK 0 0.83 0.43 0.06
HSL 330.91º 0.86% 0.55% -
HSV(B) 330.91º 0.83% 0.94% -
XYZ 40.9 21.74 25.71 -
YUV 111.15 142.6 219.19 -
System Red Green Blue C M Y K H S L
Decimal 239 41 137 0 0.83 0.43 0.06 330.91 0.86 0.55
Hex EF 29 89 0 53 2B 6 14B 56 37
Octal 357 51 211 0 123 53 6 513 126 67
Binary 11101111 101001 10001001 0 1010011 101011 110 101001011 1010110 110111

Color Harmonies of #EF2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2989

Black with #EF2989

Text Example


Text Example

White with #EF2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2989; }

 p { color: rgb(239,41,137); }

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

background-color css

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

 a { background-color: rgb(239,41,137); }

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

border-color css

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

 span { border-color: rgb(239,41,137); }

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