Html Css Color HEX #EC3460 Cerise

📋 copy color: '#EC3460'

red 236 ◦ green 52 ◦ blue 96

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

Shades of Cerise #EC3460

Tints of Cerise #EC3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.54%

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

R = 61.46%
G = 13.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC3460 (or 0xEC3460) is known color: Cerise. HEX triplet: EC, 34 and 60. RGB value is (236,52,96). Sum of RGB (Red+Green+Blue) = 236+52+96=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3460 is #13CB9F. Grayscale: #707070. Windows color (decimal): -1297312 or 6305004. OLE color: 6305004.

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

Color convert

RGB 236 52 96 -
CMYK 0 0.78 0.59 0.07
HSL 345.65º 0.83% 0.56% -
HSV(B) 345.65º 0.78% 0.93% -
XYZ 37.93 21.13 13.15 -
YUV 112.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 236 52 96 0 0.78 0.59 0.07 345.65 0.83 0.56
Hex EC 34 60 0 4E 3B 7 15A 53 38
Octal 354 64 140 0 116 73 7 532 123 70
Binary 11101100 110100 1100000 0 1001110 111011 111 101011010 1010011 111000

Color Harmonies of #EC3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3460

Black with #EC3460

Text Example


Text Example

White with #EC3460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3460; }

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

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

background-color css

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

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

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

border-color css

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

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

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