Html Css Color HEX #EC2456 Amaranth

📋 copy color: '#EC2456'

red 236 ◦ green 36 ◦ blue 86

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

Shades of Amaranth #EC2456

Tints of Amaranth #EC2456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 65.92%
G = 10.06%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2456 (or 0xEC2456) is known color: Amaranth. HEX triplet: EC, 24 and 56. RGB value is (236,36,86). Sum of RGB (Red+Green+Blue) = 236+36+86=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2456 is #13DBA9. Grayscale: #656565. Windows color (decimal): -1301418 or 5645548. OLE color: 5645548.

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

Color convert

RGB 236 36 86 -
CMYK 0 0.85 0.64 0.07
HSL 345º 0.84% 0.53% -
HSV(B) 345º 0.85% 0.93% -
XYZ 36.9 19.77 10.67 -
YUV 101.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 236 36 86 0 0.85 0.64 0.07 345 0.84 0.53
Hex EC 24 56 0 55 40 7 159 54 35
Octal 354 44 126 0 125 100 7 531 124 65
Binary 11101100 100100 1010110 0 1010101 1000000 111 101011001 1010100 110101

Color Harmonies of #EC2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2456

Black with #EC2456

Text Example


Text Example

White with #EC2456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2456; }

 p { color: rgb(236,36,86); }

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

background-color css

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

 a { background-color: rgb(236,36,86); }

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

border-color css

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

 span { border-color: rgb(236,36,86); }

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