Html Css Color HEX #EF297C Deep Cerise

📋 copy color: '#EF297C'

red 239 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #EF297C

Tints of Deep Cerise #EF297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 59.16%
G = 10.15%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF297C (or 0xEF297C) is known color: Deep Cerise. HEX triplet: EF, 29 and 7C. RGB value is (239,41,124). Sum of RGB (Red+Green+Blue) = 239+41+124=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF297C is #10D683. Grayscale: #6D6D6D. Windows color (decimal): -1103492 or 8137199. OLE color: 8137199.

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

Color convert

RGB 239 41 124 -
CMYK 0 0.83 0.48 0.06
HSL 334.85º 0.86% 0.55% -
HSV(B) 334.85º 0.83% 0.94% -
XYZ 40.03 21.39 21.09 -
YUV 109.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 239 41 124 0 0.83 0.48 0.06 334.85 0.86 0.55
Hex EF 29 7C 0 53 30 6 14F 56 37
Octal 357 51 174 0 123 60 6 517 126 67
Binary 11101111 101001 1111100 0 1010011 110000 110 101001111 1010110 110111

Color Harmonies of #EF297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF297C

Black with #EF297C

Text Example


Text Example

White with #EF297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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