Html Css Color HEX #EC4247 Amaranth

📋 copy color: '#EC4247'

red 236 ◦ green 66 ◦ blue 71

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

Shades of Amaranth #EC4247

Tints of Amaranth #EC4247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 63.27%
G = 17.69%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC4247 (or 0xEC4247) is known color: Amaranth. HEX triplet: EC, 42 and 47. RGB value is (236,66,71). Sum of RGB (Red+Green+Blue) = 236+66+71=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4247 is #13BDB8. Grayscale: #757575. Windows color (decimal): -1293753 or 4670188. OLE color: 4670188.

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

Color convert

RGB 236 66 71 -
CMYK 0 0.72 0.70 0.07
HSL 358.24º 0.82% 0.59% -
HSV(B) 358.24º 0.72% 0.93% -
XYZ 37.68 22.18 8.26 -
YUV 117.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 236 66 71 0 0.72 0.70 0.07 358.24 0.82 0.59
Hex EC 42 47 0 48 46 7 166 52 3B
Octal 354 102 107 0 110 106 7 546 122 73
Binary 11101100 1000010 1000111 0 1001000 1000110 111 101100110 1010010 111011

Color Harmonies of #EC4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4247

Black with #EC4247

Text Example


Text Example

White with #EC4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4247; }

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

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

background-color css

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

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

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

border-color css

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

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

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