Html Css Color HEX #EF247F Deep Cerise

📋 copy color: '#EF247F'

red 239 ◦ green 36 ◦ blue 127

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

Shades of Deep Cerise #EF247F

Tints of Deep Cerise #EF247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 59.45%
G = 8.96%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF247F (or 0xEF247F) is known color: Deep Cerise. HEX triplet: EF, 24 and 7F. RGB value is (239,36,127). Sum of RGB (Red+Green+Blue) = 239+36+127=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF247F is #10DB80. Grayscale: #6A6A6A. Windows color (decimal): -1104769 or 8332527. OLE color: 8332527.

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

Color convert

RGB 239 36 127 -
CMYK 0 0.85 0.47 0.06
HSL 333.1º 0.86% 0.54% -
HSV(B) 333.1º 0.85% 0.94% -
XYZ 40.06 21.14 22.05 -
YUV 107.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 239 36 127 0 0.85 0.47 0.06 333.1 0.86 0.54
Hex EF 24 7F 0 55 2F 6 14D 56 36
Octal 357 44 177 0 125 57 6 515 126 66
Binary 11101111 100100 1111111 0 1010101 101111 110 101001101 1010110 110110

Color Harmonies of #EF247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF247F

Black with #EF247F

Text Example


Text Example

White with #EF247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF247F; }

 p { color: rgb(239,36,127); }

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

background-color css

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

 a { background-color: rgb(239,36,127); }

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

border-color css

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

 span { border-color: rgb(239,36,127); }

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