#EE4144

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

Shades of Amaranth #EE4144

Tints of Amaranth #EE4144

Color information

#EE4144 (or 0xEE4144) is unknown color: approx Amaranth. HEX triplet: EE, 41 and 44. RGB value is (238,65,68). Sum of RGB (Red+Green+Blue) = 238+65+68=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4144 is #11BEBB. Grayscale: #757575. Windows color (decimal): -1162940 or 4473326. OLE color: 4473326.

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

Color convert

RGB2386568-
CMYK00.730.710.07
HSL358.96º83.57%59.41%-
HSV(B)358.96º72.69%93.33%-
XYZ38.1922.387.77-
YUV117.07100.31214.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.15%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=64.15%
G=17.52%
B=18.33%

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
Decimal238656800.730.710.07358.9683.5759.41
HexEE4144049477167543b
Octal3561011040111107754712473
Binary11101110100000110001000100100110001111111011001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4144; }

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

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

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

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

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

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

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

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