Html Css Color HEX #EF3572 Cerise

📋 copy color: '#EF3572'

red 239 ◦ green 53 ◦ blue 114

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

Shades of Cerise #EF3572

Tints of Cerise #EF3572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.05%

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

R = 58.87%
G = 13.05%
B = 28.08%

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

#EF3572 (or 0xEF3572) is known color: Cerise. HEX triplet: EF, 35 and 72. RGB value is (239,53,114). Sum of RGB (Red+Green+Blue) = 239+53+114=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3572 is #10CA8D. Grayscale: #737373. Windows color (decimal): -1100430 or 7484911. OLE color: 7484911.

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

Color convert

RGB 239 53 114 -
CMYK 0 0.78 0.52 0.06
HSL 340.32º 0.85% 0.57% -
HSV(B) 340.32º 0.78% 0.94% -
XYZ 39.91 22.11 18.08 -
YUV 115.57 127.12 216.04 -
System Red Green Blue C M Y K H S L
Decimal 239 53 114 0 0.78 0.52 0.06 340.32 0.85 0.57
Hex EF 35 72 0 4E 34 6 154 55 39
Octal 357 65 162 0 116 64 6 524 125 71
Binary 11101111 110101 1110010 0 1001110 110100 110 101010100 1010101 111001

Color Harmonies of #EF3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3572

Black with #EF3572

Text Example


Text Example

White with #EF3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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