#E0255A

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

Shades of Amaranth #E0255A

Tints of Amaranth #E0255A

Color information

#E0255A (or 0xE0255A) is unknown color: approx Amaranth. HEX triplet: E0, 25 and 5A. RGB value is (224,37,90). Sum of RGB (Red+Green+Blue) = 224+37+90=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0255A is #1FDAA5. Grayscale: #626262. Windows color (decimal): -2087590 or 5907936. OLE color: 5907936.

HSL color Cylindrical-coordinate representation of color #E0255A: hue angle of 342.99º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0255A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB2243790-
CMYK00.830.600.12
HSL342.99º75.1%51.18%-
HSV(B)342.99º83.48%87.84%-
XYZ33.2517.9111.38-
YUV98.96122.95217.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.82%
GREEN value IS 37 (14.84% from 255) = 10.54%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=63.82%
G=10.54%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224379000.830.600.12342.9975.151.18
HexE0255A0533CC1574b33
Octal340451320123741452711363
Binary1110000010010110110100101001111110011001010101111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0255A; }

 p { color: rgb(224,37,90); }

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

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

 a { background-color: rgb(224,37,90); }

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

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

 span { border-color: rgb(224,37,90); }

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