Html Css Color HEX #EC4251 Amaranth

📋 copy color: '#EC4251'

red 236 ◦ green 66 ◦ blue 81

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

Shades of Amaranth #EC4251

Tints of Amaranth #EC4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 61.62%
G = 17.23%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4251 (or 0xEC4251) is known color: Amaranth. HEX triplet: EC, 42 and 51. RGB value is (236,66,81). Sum of RGB (Red+Green+Blue) = 236+66+81=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4251 is #13BDAE. Grayscale: #767676. Windows color (decimal): -1293743 or 5325548. OLE color: 5325548.

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

Color convert

RGB 236 66 81 -
CMYK 0 0.72 0.66 0.07
HSL 354.71º 0.82% 0.59% -
HSV(B) 354.71º 0.72% 0.93% -
XYZ 38.03 22.32 10.09 -
YUV 118.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 236 66 81 0 0.72 0.66 0.07 354.71 0.82 0.59
Hex EC 42 51 0 48 42 7 163 52 3B
Octal 354 102 121 0 110 102 7 543 122 73
Binary 11101100 1000010 1010001 0 1001000 1000010 111 101100011 1010010 111011

Color Harmonies of #EC4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4251

Black with #EC4251

Text Example


Text Example

White with #EC4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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