Html Css Color HEX #EC2960 Cerise

📋 copy color: '#EC2960'

red 236 ◦ green 41 ◦ blue 96

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

Shades of Cerise #EC2960

Tints of Cerise #EC2960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 63.27%
G = 10.99%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC2960 (or 0xEC2960) is known color: Cerise. HEX triplet: EC, 29 and 60. RGB value is (236,41,96). Sum of RGB (Red+Green+Blue) = 236+41+96=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2960 is #13D69F. Grayscale: #696969. Windows color (decimal): -1300128 or 6302188. OLE color: 6302188.

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

Color convert

RGB 236 41 96 -
CMYK 0 0.83 0.59 0.07
HSL 343.08º 0.84% 0.54% -
HSV(B) 343.08º 0.83% 0.93% -
XYZ 37.5 20.26 13 -
YUV 105.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 236 41 96 0 0.83 0.59 0.07 343.08 0.84 0.54
Hex EC 29 60 0 53 3B 7 157 54 36
Octal 354 51 140 0 123 73 7 527 124 66
Binary 11101100 101001 1100000 0 1010011 111011 111 101010111 1010100 110110

Color Harmonies of #EC2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2960

Black with #EC2960

Text Example


Text Example

White with #EC2960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2960; }

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

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

background-color css

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

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

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

border-color css

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

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

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