Html Css Color HEX #EC4152 Amaranth

📋 copy color: '#EC4152'

red 236 ◦ green 65 ◦ blue 82

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

Shades of Amaranth #EC4152

Tints of Amaranth #EC4152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

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

R = 61.62%
G = 16.97%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC4152 (or 0xEC4152) is known color: Amaranth. HEX triplet: EC, 41 and 52. RGB value is (236,65,82). Sum of RGB (Red+Green+Blue) = 236+65+82=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4152 is #13BEAD. Grayscale: #767676. Windows color (decimal): -1293998 or 5390828. OLE color: 5390828.

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

Color convert

RGB 236 65 82 -
CMYK 0 0.72 0.65 0.07
HSL 354.04º 0.82% 0.59% -
HSV(B) 354.04º 0.72% 0.93% -
XYZ 38.01 22.22 10.27 -
YUV 118.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 236 65 82 0 0.72 0.65 0.07 354.04 0.82 0.59
Hex EC 41 52 0 48 41 7 162 52 3B
Octal 354 101 122 0 110 101 7 542 122 73
Binary 11101100 1000001 1010010 0 1001000 1000001 111 101100010 1010010 111011

Color Harmonies of #EC4152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4152

Black with #EC4152

Text Example


Text Example

White with #EC4152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4152; }

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

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

background-color css

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

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

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

border-color css

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

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

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