Html Css Color HEX #EC4053 Amaranth

📋 copy color: '#EC4053'

red 236 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #EC4053

Tints of Amaranth #EC4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 61.62%
G = 16.71%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC4053 (or 0xEC4053) is known color: Amaranth. HEX triplet: EC, 40 and 53. RGB value is (236,64,83). Sum of RGB (Red+Green+Blue) = 236+64+83=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4053 is #13BFAC. Grayscale: #757575. Windows color (decimal): -1294253 or 5456108. OLE color: 5456108.

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

Color convert

RGB 236 64 83 -
CMYK 0 0.73 0.65 0.07
HSL 353.37º 0.82% 0.59% -
HSV(B) 353.37º 0.73% 0.93% -
XYZ 37.99 22.12 10.45 -
YUV 117.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 236 64 83 0 0.73 0.65 0.07 353.37 0.82 0.59
Hex EC 40 53 0 49 41 7 161 52 3B
Octal 354 100 123 0 111 101 7 541 122 73
Binary 11101100 1000000 1010011 0 1001001 1000001 111 101100001 1010010 111011

Color Harmonies of #EC4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4053

Black with #EC4053

Text Example


Text Example

White with #EC4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4053; }

 p { color: rgb(236,64,83); }

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

background-color css

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

 a { background-color: rgb(236,64,83); }

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

border-color css

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

 span { border-color: rgb(236,64,83); }

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