#EE424E

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

Shades of Amaranth #EE424E

Tints of Amaranth #EE424E

Color information

#EE424E (or 0xEE424E) is unknown color: approx Amaranth. HEX triplet: EE, 42 and 4E. RGB value is (238,66,78). Sum of RGB (Red+Green+Blue) = 238+66+78=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE424E is #11BDB1. Grayscale: #767676. Windows color (decimal): -1162674 or 5128942. OLE color: 5128942.

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

Color convert

RGB2386678-
CMYK00.720.670.07
HSL355.81º83.5%59.61%-
HSV(B)355.81º72.27%93.33%-
XYZ38.5822.629.54-
YUV118.8104.98213.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 62.30%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=62.30%
G=17.28%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238667800.720.670.07355.8183.559.61
HexEE424E048437164533c
Octal3561021160110103754412374
Binary11101110100001010011100100100010000111111011001001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE424E; }

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

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

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

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

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

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

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

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