#EE3D4E

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

Shades of Amaranth #EE3D4E

Tints of Amaranth #EE3D4E

Color information

#EE3D4E (or 0xEE3D4E) is unknown color: approx Amaranth. HEX triplet: EE, 3D and 4E. RGB value is (238,61,78). Sum of RGB (Red+Green+Blue) = 238+61+78=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3D4E is #11C2B1. Grayscale: #737373. Windows color (decimal): -1163954 or 5127662. OLE color: 5127662.

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

Color convert

RGB2386178-
CMYK00.740.670.07
HSL354.24º83.89%58.63%-
HSV(B)354.24º74.37%93.33%-
XYZ38.322.069.45-
YUV115.86106.64215.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.13%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=63.13%
G=16.18%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238617800.740.670.07354.2483.8958.63
HexEE3D4E04A437162543b
Octal356751160112103754212473
Binary1110111011110110011100100101010000111111011000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D4E; }

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

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

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

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

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

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

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

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