Html Css Color HEX #EC2964 Cerise

📋 copy color: '#EC2964'

red 236 ◦ green 41 ◦ blue 100

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

Shades of Cerise #EC2964

Tints of Cerise #EC2964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 62.6%
G = 10.88%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC2964 (or 0xEC2964) is known color: Cerise. HEX triplet: EC, 29 and 64. RGB value is (236,41,100). Sum of RGB (Red+Green+Blue) = 236+41+100=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2964 is #13D69B. Grayscale: #696969. Windows color (decimal): -1300124 or 6564332. OLE color: 6564332.

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

Color convert

RGB 236 41 100 -
CMYK 0 0.83 0.58 0.07
HSL 341.85º 0.84% 0.54% -
HSV(B) 341.85º 0.83% 0.93% -
XYZ 37.69 20.34 14 -
YUV 106.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 236 41 100 0 0.83 0.58 0.07 341.85 0.84 0.54
Hex EC 29 64 0 53 3A 7 156 54 36
Octal 354 51 144 0 123 72 7 526 124 66
Binary 11101100 101001 1100100 0 1010011 111010 111 101010110 1010100 110110

Color Harmonies of #EC2964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2964

Black with #EC2964

Text Example


Text Example

White with #EC2964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2964; }

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

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

background-color css

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

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

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

border-color css

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

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

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