#EE2149

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

Shades of Amaranth #EE2149

Tints of Amaranth #EE2149

Color information

#EE2149 (or 0xEE2149) is unknown color: approx Amaranth. HEX triplet: EE, 21 and 49. RGB value is (238,33,73). Sum of RGB (Red+Green+Blue) = 238+33+73=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2149 is #11DEB6. Grayscale: #626262. Windows color (decimal): -1171127 or 4792814. OLE color: 4792814.

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

Color convert

RGB2383373-
CMYK00.860.690.07
HSL348.29º85.77%53.14%-
HSV(B)348.29º86.13%93.33%-
XYZ37.0119.758.16-
YUV98.85113.42227.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=69.19%
G=9.59%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238337300.860.690.07348.2985.7753.14
HexEE214905645715c5635
Octal356411110126105753412665
Binary1110111010000110010010101011010001011111010111001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2149; }

 p { color: rgb(238,33,73); }

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

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

 a { background-color: rgb(238,33,73); }

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

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

 span { border-color: rgb(238,33,73); }

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