#EE3358

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

Shades of Amaranth #EE3358

Tints of Amaranth #EE3358

Color information

#EE3358 (or 0xEE3358) is unknown color: approx Amaranth. HEX triplet: EE, 33 and 58. RGB value is (238,51,88). Sum of RGB (Red+Green+Blue) = 238+51+88=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3358 is #11CCA7. Grayscale: #6F6F6F. Windows color (decimal): -1166504 or 5780462. OLE color: 5780462.

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

Color convert

RGB2385188-
CMYK00.790.630.07
HSL348.13º84.62%56.67%-
HSV(B)348.13º78.57%93.33%-
XYZ38.2121.2511.32-
YUV111.13114.95218.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.13%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=63.13%
G=13.53%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238518800.790.630.07348.1384.6256.67
HexEE335804F3F715c5539
Octal35663130011777753412571
Binary111011101100111011000010011111111111111010111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3358; }

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

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

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

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

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

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

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

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