Html Css Color HEX #EC2657 Amaranth

📋 copy color: '#EC2657'

red 236 ◦ green 38 ◦ blue 87

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

Shades of Amaranth #EC2657

Tints of Amaranth #EC2657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

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

R = 65.37%
G = 10.53%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC2657 (or 0xEC2657) is known color: Amaranth. HEX triplet: EC, 26 and 57. RGB value is (236,38,87). Sum of RGB (Red+Green+Blue) = 236+38+87=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2657 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2657 is #13D9A8. Grayscale: #666666. Windows color (decimal): -1300905 or 5711596. OLE color: 5711596.

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

Color convert

RGB 236 38 87 -
CMYK 0 0.84 0.63 0.07
HSL 345.15º 0.84% 0.54% -
HSV(B) 345.15º 0.84% 0.93% -
XYZ 37.01 19.91 10.91 -
YUV 102.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 236 38 87 0 0.84 0.63 0.07 345.15 0.84 0.54
Hex EC 26 57 0 54 3F 7 159 54 36
Octal 354 46 127 0 124 77 7 531 124 66
Binary 11101100 100110 1010111 0 1010100 111111 111 101011001 1010100 110110

Color Harmonies of #EC2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2657

Black with #EC2657

Text Example


Text Example

White with #EC2657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2657; }

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

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

background-color css

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

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

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

border-color css

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

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

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