#EE4146

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

Shades of Amaranth #EE4146

Tints of Amaranth #EE4146

Color information

#EE4146 (or 0xEE4146) is unknown color: approx Amaranth. HEX triplet: EE, 41 and 46. RGB value is (238,65,70). Sum of RGB (Red+Green+Blue) = 238+65+70=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4146 is #11BEB9. Grayscale: #757575. Windows color (decimal): -1162938 or 4604398. OLE color: 4604398.

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

Color convert

RGB2386570-
CMYK00.730.710.07
HSL358.27º83.57%59.41%-
HSV(B)358.27º72.69%93.33%-
XYZ38.2622.48.1-
YUV117.3101.31214.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.81%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=63.81%
G=17.43%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238657000.730.710.07358.2783.5759.41
HexEE4146049477166543b
Octal3561011060111107754612473
Binary11101110100000110001100100100110001111111011001101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4146; }

 p { color: rgb(238,65,70); }

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

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

 a { background-color: rgb(238,65,70); }

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

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

 span { border-color: rgb(238,65,70); }

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