#EC2558

Color #EC2558 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EC2558

Tints of Amaranth #EC2558

Color information

#EC2558 (or 0xEC2558) is unknown color: approx Amaranth. HEX triplet: EC, 25 and 58. RGB value is (236,37,88). Sum of RGB (Red+Green+Blue) = 236+37+88=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2558 is #13DAA7. Grayscale: #666666. Windows color (decimal): -1301160 or 5776876. OLE color: 5776876.

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

Color convert

RGB2363788-
CMYK00.840.630.07
HSL344.62º83.97%53.53%-
HSV(B)344.62º84.32%92.55%-
XYZ37.0219.8611.12-
YUV102.31119.93223.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.37%
GREEN value IS 37 (14.84% from 255) = 10.25%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=65.37%
G=10.25%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236378800.840.630.07344.6283.9753.53
HexEC25580543F71595436
Octal35445130012477753112466
Binary111011001001011011000010101001111111111010110011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2558; }

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

 H1.HeaderClassName
 {
   color: #EC2558;
 }
 .AnyTagClassName
 {
   color: #EC2558;
 }
</style>
background-color css

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

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

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

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

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

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