#EE3C42

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

Shades of Amaranth #EE3C42

Tints of Amaranth #EE3C42

Color information

#EE3C42 (or 0xEE3C42) is unknown color: approx Amaranth. HEX triplet: EE, 3C and 42. RGB value is (238,60,66). Sum of RGB (Red+Green+Blue) = 238+60+66=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C42 is #11C3BD. Grayscale: #727272. Windows color (decimal): -1164222 or 4340974. OLE color: 4340974.

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

Color convert

RGB2386066-
CMYK00.750.720.07
HSL357.98º83.96%58.43%-
HSV(B)357.98º74.79%93.33%-
XYZ37.8621.87.37-
YUV113.91100.97216.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.38%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=65.38%
G=16.48%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238606600.750.720.07357.9883.9658.43
HexEE3C4204B487166543a
Octal356741020113110754612472
Binary1110111011110010000100100101110010001111011001101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3C42; }

 p { color: rgb(238,60,66); }

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

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

 a { background-color: rgb(238,60,66); }

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

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

 span { border-color: rgb(238,60,66); }

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