Html Css Color HEX #EF2D89 Deep Cerise

📋 copy color: '#EF2D89'

red 239 ◦ green 45 ◦ blue 137

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

Shades of Deep Cerise #EF2D89

Tints of Deep Cerise #EF2D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.69%

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

R = 56.77%
G = 10.69%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF2D89 (or 0xEF2D89) is known color: Deep Cerise. HEX triplet: EF, 2D and 89. RGB value is (239,45,137). Sum of RGB (Red+Green+Blue) = 239+45+137=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2D89 is #10D276. Grayscale: #717171. Windows color (decimal): -1102455 or 8990191. OLE color: 8990191.

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

Color convert

RGB 239 45 137 -
CMYK 0 0.81 0.43 0.06
HSL 331.55º 0.86% 0.56% -
HSV(B) 331.55º 0.81% 0.94% -
XYZ 41.05 22.03 25.76 -
YUV 113.49 141.27 217.52 -
System Red Green Blue C M Y K H S L
Decimal 239 45 137 0 0.81 0.43 0.06 331.55 0.86 0.56
Hex EF 2D 89 0 51 2B 6 14C 56 38
Octal 357 55 211 0 121 53 6 514 126 70
Binary 11101111 101101 10001001 0 1010001 101011 110 101001100 1010110 111000

Color Harmonies of #EF2D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D89

Black with #EF2D89

Text Example


Text Example

White with #EF2D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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