Html Css Color HEX #EC3C60 Cerise

📋 copy color: '#EC3C60'

red 236 ◦ green 60 ◦ blue 96

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

Shades of Cerise #EC3C60

Tints of Cerise #EC3C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 60.2%
G = 15.31%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC3C60 (or 0xEC3C60) is known color: Cerise. HEX triplet: EC, 3C and 60. RGB value is (236,60,96). Sum of RGB (Red+Green+Blue) = 236+60+96=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C60 is #13C39F. Grayscale: #747474. Windows color (decimal): -1295264 or 6307052. OLE color: 6307052.

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

Color convert

RGB 236 60 96 -
CMYK 0 0.75 0.59 0.07
HSL 347.73º 0.82% 0.58% -
HSV(B) 347.73º 0.75% 0.93% -
XYZ 38.32 21.91 13.28 -
YUV 116.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 236 60 96 0 0.75 0.59 0.07 347.73 0.82 0.58
Hex EC 3C 60 0 4B 3B 7 15C 52 3A
Octal 354 74 140 0 113 73 7 534 122 72
Binary 11101100 111100 1100000 0 1001011 111011 111 101011100 1010010 111010

Color Harmonies of #EC3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C60

Black with #EC3C60

Text Example


Text Example

White with #EC3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C60; }

 p { color: rgb(236,60,96); }

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

background-color css

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

 a { background-color: rgb(236,60,96); }

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

border-color css

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

 span { border-color: rgb(236,60,96); }

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