#EE3A42

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

Shades of Amaranth #EE3A42

Tints of Amaranth #EE3A42

Color information

#EE3A42 (or 0xEE3A42) is unknown color: approx Amaranth. HEX triplet: EE, 3A and 42. RGB value is (238,58,66). Sum of RGB (Red+Green+Blue) = 238+58+66=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A42 is #11C5BD. Grayscale: #707070. Windows color (decimal): -1164734 or 4340462. OLE color: 4340462.

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

Color convert

RGB2385866-
CMYK00.760.720.07
HSL357.33º84.11%58.04%-
HSV(B)357.33º75.63%93.33%-
XYZ37.7621.67.33-
YUV112.73101.63217.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.75%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=65.75%
G=16.02%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238586600.760.720.07357.3384.1158.04
HexEE3A4204C487165543a
Octal356721020114110754512472
Binary1110111011101010000100100110010010001111011001011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3A42; }

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

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

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

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

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

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

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

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