Html Css Color HEX #EF3472 Cerise

📋 copy color: '#EF3472'

red 239 ◦ green 52 ◦ blue 114

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

Shades of Cerise #EF3472

Tints of Cerise #EF3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.84%

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 59.01%
G = 12.84%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF3472 (or 0xEF3472) is known color: Cerise. HEX triplet: EF, 34 and 72. RGB value is (239,52,114). Sum of RGB (Red+Green+Blue) = 239+52+114=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3472 is #10CB8D. Grayscale: #727272. Windows color (decimal): -1100686 or 7484655. OLE color: 7484655.

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

Color convert

RGB 239 52 114 -
CMYK 0 0.78 0.52 0.06
HSL 340.11º 0.85% 0.57% -
HSV(B) 340.11º 0.78% 0.94% -
XYZ 39.86 22.02 18.07 -
YUV 114.98 127.45 216.46 -
System Red Green Blue C M Y K H S L
Decimal 239 52 114 0 0.78 0.52 0.06 340.11 0.85 0.57
Hex EF 34 72 0 4E 34 6 154 55 39
Octal 357 64 162 0 116 64 6 524 125 71
Binary 11101111 110100 1110010 0 1001110 110100 110 101010100 1010101 111001

Color Harmonies of #EF3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3472

Black with #EF3472

Text Example


Text Example

White with #EF3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3472; }

 p { color: rgb(239,52,114); }

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

background-color css

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

 a { background-color: rgb(239,52,114); }

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

border-color css

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

 span { border-color: rgb(239,52,114); }

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