Html Css Color HEX #EC4070 Cerise

📋 copy color: '#EC4070'

red 236 ◦ green 64 ◦ blue 112

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

Shades of Cerise #EC4070

Tints of Cerise #EC4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

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

R = 57.28%
G = 15.53%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC4070 (or 0xEC4070) is known color: Cerise. HEX triplet: EC, 40 and 70. RGB value is (236,64,112). Sum of RGB (Red+Green+Blue) = 236+64+112=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4070 is #13BF8F. Grayscale: #787878. Windows color (decimal): -1294224 or 7356652. OLE color: 7356652.

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

Color convert

RGB 236 64 112 -
CMYK 0 0.73 0.53 0.07
HSL 343.26º 0.82% 0.59% -
HSV(B) 343.26º 0.73% 0.93% -
XYZ 39.35 22.67 17.63 -
YUV 120.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 236 64 112 0 0.73 0.53 0.07 343.26 0.82 0.59
Hex EC 40 70 0 49 35 7 157 52 3B
Octal 354 100 160 0 111 65 7 527 122 73
Binary 11101100 1000000 1110000 0 1001001 110101 111 101010111 1010010 111011

Color Harmonies of #EC4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4070

Black with #EC4070

Text Example


Text Example

White with #EC4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4070; }

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

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

background-color css

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

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

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

border-color css

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

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

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