Html Css Color HEX #EC2564 Cerise

📋 copy color: '#EC2564'

red 236 ◦ green 37 ◦ blue 100

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

Shades of Cerise #EC2564

Tints of Cerise #EC2564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 63.27%
G = 9.92%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC2564 (or 0xEC2564) is known color: Cerise. HEX triplet: EC, 25 and 64. RGB value is (236,37,100). Sum of RGB (Red+Green+Blue) = 236+37+100=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2564 is #13DA9B. Grayscale: #676767. Windows color (decimal): -1301148 or 6563308. OLE color: 6563308.

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

Color convert

RGB 236 37 100 -
CMYK 0 0.84 0.58 0.07
HSL 341.01º 0.84% 0.54% -
HSV(B) 341.01º 0.84% 0.93% -
XYZ 37.55 20.08 13.95 -
YUV 103.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 236 37 100 0 0.84 0.58 0.07 341.01 0.84 0.54
Hex EC 25 64 0 54 3A 7 155 54 36
Octal 354 45 144 0 124 72 7 525 124 66
Binary 11101100 100101 1100100 0 1010100 111010 111 101010101 1010100 110110

Color Harmonies of #EC2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2564

Black with #EC2564

Text Example


Text Example

White with #EC2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2564; }

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

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

background-color css

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

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

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

border-color css

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

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

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