#EE444E

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

Shades of Amaranth #EE444E

Tints of Amaranth #EE444E

Color information

#EE444E (or 0xEE444E) is unknown color: approx Amaranth. HEX triplet: EE, 44 and 4E. RGB value is (238,68,78). Sum of RGB (Red+Green+Blue) = 238+68+78=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE444E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE444E is #11BBB1. Grayscale: #787878. Windows color (decimal): -1162162 or 5129454. OLE color: 5129454.

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

Color convert

RGB2386878-
CMYK00.710.670.07
HSL356.47º83.33%60%-
HSV(B)356.47º71.43%93.33%-
XYZ38.722.869.58-
YUV119.97104.32212.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.98%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=61.98%
G=17.71%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238687800.710.670.07356.4783.3360
HexEE444E047437164533c
Octal3561041160107103754412374
Binary11101110100010010011100100011110000111111011001001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE444E; }

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

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

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

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

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

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

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

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