Html Css Color HEX #EC2357 Amaranth

📋 copy color: '#EC2357'

red 236 ◦ green 35 ◦ blue 87

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

Shades of Amaranth #EC2357

Tints of Amaranth #EC2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

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

R = 65.92%
G = 9.78%
B = 24.3%

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

#EC2357 (or 0xEC2357) is known color: Amaranth. HEX triplet: EC, 23 and 57. RGB value is (236,35,87). Sum of RGB (Red+Green+Blue) = 236+35+87=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2357 is #13DCA8. Grayscale: #656565. Windows color (decimal): -1301673 or 5710828. OLE color: 5710828.

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

Color convert

RGB 236 35 87 -
CMYK 0 0.85 0.63 0.07
HSL 344.48º 0.84% 0.53% -
HSV(B) 344.48º 0.85% 0.93% -
XYZ 36.91 19.72 10.88 -
YUV 101.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 236 35 87 0 0.85 0.63 0.07 344.48 0.84 0.53
Hex EC 23 57 0 55 3F 7 158 54 35
Octal 354 43 127 0 125 77 7 530 124 65
Binary 11101100 100011 1010111 0 1010101 111111 111 101011000 1010100 110101

Color Harmonies of #EC2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2357

Black with #EC2357

Text Example


Text Example

White with #EC2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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