Html Css Color HEX #EF227C Deep Cerise

📋 copy color: '#EF227C'

red 239 ◦ green 34 ◦ blue 124

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

Shades of Deep Cerise #EF227C

Tints of Deep Cerise #EF227C

RGB

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

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

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

R = 60.2%
G = 8.56%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF227C (or 0xEF227C) is known color: Deep Cerise. HEX triplet: EF, 22 and 7C. RGB value is (239,34,124). Sum of RGB (Red+Green+Blue) = 239+34+124=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF227C is #10DD83. Grayscale: #696969. Windows color (decimal): -1105284 or 8135407. OLE color: 8135407.

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

Color convert

RGB 239 34 124 -
CMYK 0 0.86 0.48 0.06
HSL 333.66º 0.86% 0.54% -
HSV(B) 333.66º 0.86% 0.94% -
XYZ 39.81 20.95 21.01 -
YUV 105.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 239 34 124 0 0.86 0.48 0.06 333.66 0.86 0.54
Hex EF 22 7C 0 56 30 6 14E 56 36
Octal 357 42 174 0 126 60 6 516 126 66
Binary 11101111 100010 1111100 0 1010110 110000 110 101001110 1010110 110110

Color Harmonies of #EF227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF227C

Black with #EF227C

Text Example


Text Example

White with #EF227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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