Html Css Color HEX #EC4052 Amaranth

📋 copy color: '#EC4052'

red 236 ◦ green 64 ◦ blue 82

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

Shades of Amaranth #EC4052

Tints of Amaranth #EC4052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 61.78%
G = 16.75%
B = 21.47%

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

#EC4052 (or 0xEC4052) is known color: Amaranth. HEX triplet: EC, 40 and 52. RGB value is (236,64,82). Sum of RGB (Red+Green+Blue) = 236+64+82=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4052 is #13BFAD. Grayscale: #757575. Windows color (decimal): -1294254 or 5390572. OLE color: 5390572.

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

Color convert

RGB 236 64 82 -
CMYK 0 0.73 0.65 0.07
HSL 353.72º 0.82% 0.59% -
HSV(B) 353.72º 0.73% 0.93% -
XYZ 37.95 22.11 10.25 -
YUV 117.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 236 64 82 0 0.73 0.65 0.07 353.72 0.82 0.59
Hex EC 40 52 0 49 41 7 162 52 3B
Octal 354 100 122 0 111 101 7 542 122 73
Binary 11101100 1000000 1010010 0 1001001 1000001 111 101100010 1010010 111011

Color Harmonies of #EC4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4052

Black with #EC4052

Text Example


Text Example

White with #EC4052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4052; }

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

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

background-color css

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

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

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

border-color css

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

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

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