Html Css Color HEX #EC3572 Cerise

📋 copy color: '#EC3572'

red 236 ◦ green 53 ◦ blue 114

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

Shades of Cerise #EC3572

Tints of Cerise #EC3572

RGB

 RED value IS 236 (92.58% from 255) = 58.56%

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

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

R = 58.56%
G = 13.15%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC3572 (or 0xEC3572) is known color: Cerise. HEX triplet: EC, 35 and 72. RGB value is (236,53,114). Sum of RGB (Red+Green+Blue) = 236+53+114=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3572 is #13CA8D. Grayscale: #727272. Windows color (decimal): -1297038 or 7484908. OLE color: 7484908.

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

Color convert

RGB 236 53 114 -
CMYK 0 0.78 0.52 0.07
HSL 340º 0.83% 0.57% -
HSV(B) 340º 0.78% 0.93% -
XYZ 38.9 21.59 18.04 -
YUV 114.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 236 53 114 0 0.78 0.52 0.07 340 0.83 0.57
Hex EC 35 72 0 4E 34 7 154 53 39
Octal 354 65 162 0 116 64 7 524 123 71
Binary 11101100 110101 1110010 0 1001110 110100 111 101010100 1010011 111001

Color Harmonies of #EC3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3572

Black with #EC3572

Text Example


Text Example

White with #EC3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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