#EE2255

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

Shades of Amaranth #EE2255

Tints of Amaranth #EE2255

Color information

#EE2255 (or 0xEE2255) is unknown color: approx Amaranth. HEX triplet: EE, 22 and 55. RGB value is (238,34,85). Sum of RGB (Red+Green+Blue) = 238+34+85=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2255 is #11DDAA. Grayscale: #646464. Windows color (decimal): -1170859 or 5579502. OLE color: 5579502.

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

Color convert

RGB2383485-
CMYK00.860.640.07
HSL345º85.71%53.33%-
HSV(B)345º85.71%93.33%-
XYZ37.4719.9810.48-
YUV100.81119.09225.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=66.67%
G=9.52%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238348500.860.640.0734585.7153.33
HexEE22550564071595635
Octal356421250126100753112665
Binary1110111010001010101010101011010000001111010110011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2255; }

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

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

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

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

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

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

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

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