Html Css Color HEX #EC3570 Cerise

📋 copy color: '#EC3570'

red 236 ◦ green 53 ◦ blue 112

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

Shades of Cerise #EC3570

Tints of Cerise #EC3570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 58.85%
G = 13.22%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC3570 (or 0xEC3570) is known color: Cerise. HEX triplet: EC, 35 and 70. RGB value is (236,53,112). Sum of RGB (Red+Green+Blue) = 236+53+112=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3570 is #13CA8F. Grayscale: #727272. Windows color (decimal): -1297040 or 7353836. OLE color: 7353836.

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

Color convert

RGB 236 53 112 -
CMYK 0 0.78 0.53 0.07
HSL 340.66º 0.83% 0.57% -
HSV(B) 340.66º 0.78% 0.93% -
XYZ 38.79 21.55 17.44 -
YUV 114.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 236 53 112 0 0.78 0.53 0.07 340.66 0.83 0.57
Hex EC 35 70 0 4E 35 7 155 53 39
Octal 354 65 160 0 116 65 7 525 123 71
Binary 11101100 110101 1110000 0 1001110 110101 111 101010101 1010011 111001

Color Harmonies of #EC3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3570

Black with #EC3570

Text Example


Text Example

White with #EC3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3570; }

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

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

background-color css

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

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

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

border-color css

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

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

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