#EE2446

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

Shades of Amaranth #EE2446

Tints of Amaranth #EE2446

Color information

#EE2446 (or 0xEE2446) is unknown color: approx Amaranth. HEX triplet: EE, 24 and 46. RGB value is (238,36,70). Sum of RGB (Red+Green+Blue) = 238+36+70=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2446 is #11DBB9. Grayscale: #646464. Windows color (decimal): -1170362 or 4596974. OLE color: 4596974.

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

Color convert

RGB2383670-
CMYK00.850.710.07
HSL349.9º85.59%53.73%-
HSV(B)349.9º84.87%93.33%-
XYZ3719.887.68-
YUV100.27110.92226.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=69.19%
G=10.47%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238367000.850.710.07349.985.5953.73
HexEE244605547715e5636
Octal356441060125107753612666
Binary1110111010010010001100101010110001111111010111101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2446; }

 p { color: rgb(238,36,70); }

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

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

 a { background-color: rgb(238,36,70); }

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

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

 span { border-color: rgb(238,36,70); }

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