Html Css Color HEX #EC2852 Amaranth

📋 copy color: '#EC2852'

red 236 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #EC2852

Tints of Amaranth #EC2852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

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

R = 65.92%
G = 11.17%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC2852 (or 0xEC2852) is known color: Amaranth. HEX triplet: EC, 28 and 52. RGB value is (236,40,82). Sum of RGB (Red+Green+Blue) = 236+40+82=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2852 is #13D7AD. Grayscale: #676767. Windows color (decimal): -1300398 or 5384428. OLE color: 5384428.

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

Color convert

RGB 236 40 82 -
CMYK 0 0.83 0.65 0.07
HSL 347.14º 0.84% 0.54% -
HSV(B) 347.14º 0.83% 0.93% -
XYZ 36.87 19.96 9.89 -
YUV 103.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 236 40 82 0 0.83 0.65 0.07 347.14 0.84 0.54
Hex EC 28 52 0 53 41 7 15B 54 36
Octal 354 50 122 0 123 101 7 533 124 66
Binary 11101100 101000 1010010 0 1010011 1000001 111 101011011 1010100 110110

Color Harmonies of #EC2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2852

Black with #EC2852

Text Example


Text Example

White with #EC2852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2852; }

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

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

background-color css

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

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

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

border-color css

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

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

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