Html Css Color HEX #EF2474 Cerise

📋 copy color: '#EF2474'

red 239 ◦ green 36 ◦ blue 116

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

Shades of Cerise #EF2474

Tints of Cerise #EF2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 61.13%
G = 9.21%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF2474 (or 0xEF2474) is known color: Cerise. HEX triplet: EF, 24 and 74. RGB value is (239,36,116). Sum of RGB (Red+Green+Blue) = 239+36+116=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2474 is #10DB8B. Grayscale: #696969. Windows color (decimal): -1104780 or 7611631. OLE color: 7611631.

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

Color convert

RGB 239 36 116 -
CMYK 0 0.85 0.51 0.06
HSL 336.35º 0.86% 0.54% -
HSV(B) 336.35º 0.85% 0.94% -
XYZ 39.38 20.87 18.48 -
YUV 105.82 133.75 223 -
System Red Green Blue C M Y K H S L
Decimal 239 36 116 0 0.85 0.51 0.06 336.35 0.86 0.54
Hex EF 24 74 0 55 33 6 150 56 36
Octal 357 44 164 0 125 63 6 520 126 66
Binary 11101111 100100 1110100 0 1010101 110011 110 101010000 1010110 110110

Color Harmonies of #EF2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2474

Black with #EF2474

Text Example


Text Example

White with #EF2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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