Html Css Color HEX #EC3972 Cerise

📋 copy color: '#EC3972'

red 236 ◦ green 57 ◦ blue 114

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

Shades of Cerise #EC3972

Tints of Cerise #EC3972

RGB

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

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

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

R = 57.99%
G = 14%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC3972 (or 0xEC3972) is known color: Cerise. HEX triplet: EC, 39 and 72. RGB value is (236,57,114). Sum of RGB (Red+Green+Blue) = 236+57+114=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3972 is #13C68D. Grayscale: #747474. Windows color (decimal): -1296014 or 7485932. OLE color: 7485932.

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

Color convert

RGB 236 57 114 -
CMYK 0 0.76 0.52 0.07
HSL 340.89º 0.82% 0.57% -
HSV(B) 340.89º 0.76% 0.93% -
XYZ 39.09 21.97 18.1 -
YUV 117.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 236 57 114 0 0.76 0.52 0.07 340.89 0.82 0.57
Hex EC 39 72 0 4C 34 7 155 52 39
Octal 354 71 162 0 114 64 7 525 122 71
Binary 11101100 111001 1110010 0 1001100 110100 111 101010101 1010010 111001

Color Harmonies of #EC3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3972

Black with #EC3972

Text Example


Text Example

White with #EC3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3972; }

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

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

background-color css

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

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

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

border-color css

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

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

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