#EE2243

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

Shades of Amaranth #EE2243

Tints of Amaranth #EE2243

Color information

#EE2243 (or 0xEE2243) is unknown color: approx Amaranth. HEX triplet: EE, 22 and 43. RGB value is (238,34,67). Sum of RGB (Red+Green+Blue) = 238+34+67=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2243 is #11DDBC. Grayscale: #626262. Windows color (decimal): -1170877 or 4399854. OLE color: 4399854.

HSL color Cylindrical-coordinate representation of color #EE2243: hue angle of 350.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 #EE2243 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB2383467-
CMYK00.860.720.07
HSL350.29º85.71%53.33%-
HSV(B)350.29º85.71%93.33%-
XYZ36.8519.737.18-
YUV98.76110.09227.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.21%
GREEN value IS 34 (13.67% from 255) = 10.03%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=70.21%
G=10.03%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238346700.860.720.07350.2985.7153.33
HexEE224305648715e5635
Octal356421030126110753612665
Binary1110111010001010000110101011010010001111010111101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2243; }

 p { color: rgb(238,34,67); }

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

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

 a { background-color: rgb(238,34,67); }

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

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

 span { border-color: rgb(238,34,67); }

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