Html Css Color HEX #EC3457 Amaranth

📋 copy color: '#EC3457'

red 236 ◦ green 52 ◦ blue 87

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

Shades of Amaranth #EC3457

Tints of Amaranth #EC3457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 62.93%
G = 13.87%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC3457 (or 0xEC3457) is known color: Amaranth. HEX triplet: EC, 34 and 57. RGB value is (236,52,87). Sum of RGB (Red+Green+Blue) = 236+52+87=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3457 is #13CBA8. Grayscale: #6F6F6F. Windows color (decimal): -1297321 or 5715180. OLE color: 5715180.

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

Color convert

RGB 236 52 87 -
CMYK 0 0.78 0.63 0.07
HSL 348.59º 0.83% 0.56% -
HSV(B) 348.59º 0.78% 0.93% -
XYZ 37.54 20.98 11.09 -
YUV 111.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 236 52 87 0 0.78 0.63 0.07 348.59 0.83 0.56
Hex EC 34 57 0 4E 3F 7 15D 53 38
Octal 354 64 127 0 116 77 7 535 123 70
Binary 11101100 110100 1010111 0 1001110 111111 111 101011101 1010011 111000

Color Harmonies of #EC3457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3457

Black with #EC3457

Text Example


Text Example

White with #EC3457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3457; }

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

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

background-color css

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

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

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

border-color css

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

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

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