#EE2548

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

Shades of Amaranth #EE2548

Tints of Amaranth #EE2548

Color information

#EE2548 (or 0xEE2548) is unknown color: approx Amaranth. HEX triplet: EE, 25 and 48. RGB value is (238,37,72). Sum of RGB (Red+Green+Blue) = 238+37+72=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2548 is #11DAB7. Grayscale: #656565. Windows color (decimal): -1170104 or 4728302. OLE color: 4728302.

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

Color convert

RGB2383772-
CMYK00.840.700.07
HSL349.55º85.53%53.92%-
HSV(B)349.55º84.45%93.33%-
XYZ37.0919.978.03-
YUV101.09111.59225.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.59%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=68.59%
G=10.66%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238377200.840.700.07349.5585.5353.92
HexEE254805446715e5636
Octal356451100124106753612666
Binary1110111010010110010000101010010001101111010111101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2548; }

 p { color: rgb(238,37,72); }

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

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

 a { background-color: rgb(238,37,72); }

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

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

 span { border-color: rgb(238,37,72); }

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