Html Css Color HEX #EC2042 Alizarin

📋 copy color: '#EC2042'

red 236 ◦ green 32 ◦ blue 66

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

Shades of Alizarin #EC2042

Tints of Alizarin #EC2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 70.66%
G = 9.58%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2042 (or 0xEC2042) is known color: Alizarin. HEX triplet: EC, 20 and 42. RGB value is (236,32,66). Sum of RGB (Red+Green+Blue) = 236+32+66=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2042 is #13DFBD. Grayscale: #606060. Windows color (decimal): -1302462 or 4333804. OLE color: 4333804.

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

Color convert

RGB 236 32 66 -
CMYK 0 0.86 0.72 0.07
HSL 350º 0.84% 0.53% -
HSV(B) 350º 0.86% 0.93% -
XYZ 36.09 19.26 6.97 -
YUV 96.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 236 32 66 0 0.86 0.72 0.07 350 0.84 0.53
Hex EC 20 42 0 56 48 7 15E 54 35
Octal 354 40 102 0 126 110 7 536 124 65
Binary 11101100 100000 1000010 0 1010110 1001000 111 101011110 1010100 110101

Color Harmonies of #EC2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2042

Black with #EC2042

Text Example


Text Example

White with #EC2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2042; }

 p { color: rgb(236,32,66); }

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

background-color css

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

 a { background-color: rgb(236,32,66); }

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

border-color css

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

 span { border-color: rgb(236,32,66); }

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