#EE3555

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

Shades of Amaranth #EE3555

Tints of Amaranth #EE3555

Color information

#EE3555 (or 0xEE3555) is unknown color: approx Amaranth. HEX triplet: EE, 35 and 55. RGB value is (238,53,85). Sum of RGB (Red+Green+Blue) = 238+53+85=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3555 is #11CAAA. Grayscale: #707070. Windows color (decimal): -1165995 or 5584366. OLE color: 5584366.

HSL color Cylindrical-coordinate representation of color #EE3555: hue angle of 349.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3555 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2385385-
CMYK00.780.640.07
HSL349.62º84.47%57.06%-
HSV(B)349.62º77.73%93.33%-
XYZ38.1721.3810.71-
YUV111.96112.79217.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.30%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=63.30%
G=14.10%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238538500.780.640.07349.6284.4757.06
HexEE355504E40715e5439
Octal356651250116100753612471
Binary1110111011010110101010100111010000001111010111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3555; }

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

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

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

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

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

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

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

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