#EE3352

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

Shades of Amaranth #EE3352

Tints of Amaranth #EE3352

Color information

#EE3352 (or 0xEE3352) is unknown color: approx Amaranth. HEX triplet: EE, 33 and 52. RGB value is (238,51,82). Sum of RGB (Red+Green+Blue) = 238+51+82=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3352 is #11CCAD. Grayscale: #6E6E6E. Windows color (decimal): -1166510 or 5387246. OLE color: 5387246.

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

Color convert

RGB2385182-
CMYK00.790.660.07
HSL350.05º84.62%56.67%-
HSV(B)350.05º78.57%93.33%-
XYZ37.9721.1510.06-
YUV110.45111.95218.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.15%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=64.15%
G=13.75%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238518200.790.660.07350.0584.6256.67
HexEE335204F42715e5539
Octal356631220117102753612571
Binary1110111011001110100100100111110000101111010111101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3352; }

 p { color: rgb(238,51,82); }

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

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

 a { background-color: rgb(238,51,82); }

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

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

 span { border-color: rgb(238,51,82); }

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