Html Css Color HEX #EC1F57 Amaranth

📋 copy color: '#EC1F57'

red 236 ◦ green 31 ◦ blue 87

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

Shades of Amaranth #EC1F57

Tints of Amaranth #EC1F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

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

R = 66.67%
G = 8.76%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC1F57 (or 0xEC1F57) is known color: Amaranth. HEX triplet: EC, 1F and 57. RGB value is (236,31,87). Sum of RGB (Red+Green+Blue) = 236+31+87=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F57 is #13E0A8. Grayscale: #626262. Windows color (decimal): -1302697 or 5709804. OLE color: 5709804.

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

Color convert

RGB 236 31 87 -
CMYK 0 0.87 0.63 0.07
HSL 343.61º 0.84% 0.52% -
HSV(B) 343.61º 0.87% 0.93% -
XYZ 36.8 19.5 10.84 -
YUV 98.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 236 31 87 0 0.87 0.63 0.07 343.61 0.84 0.52
Hex EC 1F 57 0 57 3F 7 158 54 34
Octal 354 37 127 0 127 77 7 530 124 64
Binary 11101100 11111 1010111 0 1010111 111111 111 101011000 1010100 110100

Color Harmonies of #EC1F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F57

Black with #EC1F57

Text Example


Text Example

White with #EC1F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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