Html Css Color HEX #EC3970 Cerise

📋 copy color: '#EC3970'

red 236 ◦ green 57 ◦ blue 112

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

Shades of Cerise #EC3970

Tints of Cerise #EC3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

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

R = 58.27%
G = 14.07%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC3970 (or 0xEC3970) is known color: Cerise. HEX triplet: EC, 39 and 70. RGB value is (236,57,112). Sum of RGB (Red+Green+Blue) = 236+57+112=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3970 is #13C68F. Grayscale: #747474. Windows color (decimal): -1296016 or 7354860. OLE color: 7354860.

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

Color convert

RGB 236 57 112 -
CMYK 0 0.76 0.53 0.07
HSL 341.56º 0.82% 0.57% -
HSV(B) 341.56º 0.76% 0.93% -
XYZ 38.98 21.93 17.51 -
YUV 116.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 236 57 112 0 0.76 0.53 0.07 341.56 0.82 0.57
Hex EC 39 70 0 4C 35 7 156 52 39
Octal 354 71 160 0 114 65 7 526 122 71
Binary 11101100 111001 1110000 0 1001100 110101 111 101010110 1010010 111001

Color Harmonies of #EC3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3970

Black with #EC3970

Text Example


Text Example

White with #EC3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3970; }

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

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

background-color css

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

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

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

border-color css

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

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

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