Html Css Color HEX #EC2555 Amaranth

📋 copy color: '#EC2555'

red 236 ◦ green 37 ◦ blue 85

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

Shades of Amaranth #EC2555

Tints of Amaranth #EC2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 65.92%
G = 10.34%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2555 (or 0xEC2555) is known color: Amaranth. HEX triplet: EC, 25 and 55. RGB value is (236,37,85). Sum of RGB (Red+Green+Blue) = 236+37+85=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2555 is #13DAAA. Grayscale: #656565. Windows color (decimal): -1301163 or 5580268. OLE color: 5580268.

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

Color convert

RGB 236 37 85 -
CMYK 0 0.84 0.64 0.07
HSL 345.53º 0.84% 0.54% -
HSV(B) 345.53º 0.84% 0.93% -
XYZ 36.89 19.81 10.47 -
YUV 101.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 236 37 85 0 0.84 0.64 0.07 345.53 0.84 0.54
Hex EC 25 55 0 54 40 7 15A 54 36
Octal 354 45 125 0 124 100 7 532 124 66
Binary 11101100 100101 1010101 0 1010100 1000000 111 101011010 1010100 110110

Color Harmonies of #EC2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2555

Black with #EC2555

Text Example


Text Example

White with #EC2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2555; }

 p { color: rgb(236,37,85); }

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

background-color css

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

 a { background-color: rgb(236,37,85); }

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

border-color css

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

 span { border-color: rgb(236,37,85); }

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