Html Css Color HEX #EC2457 Amaranth

📋 copy color: '#EC2457'

red 236 ◦ green 36 ◦ blue 87

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

Shades of Amaranth #EC2457

Tints of Amaranth #EC2457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.23%

R = 65.74%
G = 10.03%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC2457 (or 0xEC2457) is known color: Amaranth. HEX triplet: EC, 24 and 57. RGB value is (236,36,87). Sum of RGB (Red+Green+Blue) = 236+36+87=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2457 is #13DBA8. Grayscale: #656565. Windows color (decimal): -1301417 or 5711084. OLE color: 5711084.

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

Color convert

RGB 236 36 87 -
CMYK 0 0.85 0.63 0.07
HSL 344.7º 0.84% 0.53% -
HSV(B) 344.7º 0.85% 0.93% -
XYZ 36.94 19.78 10.89 -
YUV 101.61 119.76 223.85 -
System Red Green Blue C M Y K H S L
Decimal 236 36 87 0 0.85 0.63 0.07 344.7 0.84 0.53
Hex EC 24 57 0 55 3F 7 159 54 35
Octal 354 44 127 0 125 77 7 531 124 65
Binary 11101100 100100 1010111 0 1010101 111111 111 101011001 1010100 110101

Color Harmonies of #EC2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2457

Black with #EC2457

Text Example


Text Example

White with #EC2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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