Html Css Color HEX #EC2963 Cerise

📋 copy color: '#EC2963'

red 236 ◦ green 41 ◦ blue 99

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

Shades of Cerise #EC2963

Tints of Cerise #EC2963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 62.77%
G = 10.9%
B = 26.33%

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

#EC2963 (or 0xEC2963) is known color: Cerise. HEX triplet: EC, 29 and 63. RGB value is (236,41,99). Sum of RGB (Red+Green+Blue) = 236+41+99=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2963 is #13D69C. Grayscale: #696969. Windows color (decimal): -1300125 or 6498796. OLE color: 6498796.

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

Color convert

RGB 236 41 99 -
CMYK 0 0.83 0.58 0.07
HSL 342.15º 0.84% 0.54% -
HSV(B) 342.15º 0.83% 0.93% -
XYZ 37.64 20.32 13.74 -
YUV 105.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 236 41 99 0 0.83 0.58 0.07 342.15 0.84 0.54
Hex EC 29 63 0 53 3A 7 156 54 36
Octal 354 51 143 0 123 72 7 526 124 66
Binary 11101100 101001 1100011 0 1010011 111010 111 101010110 1010100 110110

Color Harmonies of #EC2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2963

Black with #EC2963

Text Example


Text Example

White with #EC2963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2963; }

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

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

background-color css

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

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

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

border-color css

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

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

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