#e2384e

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

Shades of Amaranth #E2384E

Tints of Amaranth #E2384E

Color information

#E2384E (or 0xE2384E) is unknown color: approx Amaranth. HEX triplet: E2, 38 and 4E. RGB value is (226,56,78). Sum of RGB (Red+Green+Blue) = 226+56+78=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2384E is #1DC7B1. Grayscale: #6D6D6D. Windows color (decimal): -1951666 or 5126370. OLE color: 5126370.

HSL color Cylindrical-coordinate representation of color #E2384E: hue angle of 352.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2384E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2265678-
CMYK00.750.650.11
HSL352.24º74.56%55.29%-
HSV(B)352.24º75.22%88.63%-
XYZ34.1519.559.18-
YUV109.34110.32211.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.78%
GREEN value IS 56 (22.27% from 255) = 15.56%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=62.78%
G=15.56%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226567800.750.650.11352.2474.5655.29
HexE2384E04B41B1604b37
Octal3427011601131011354011367
Binary11100010111000100111001001011100000110111011000001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2384e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2384e; }

 p { color: rgb(226,56,78); }

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

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

 a { background-color: rgb(226,56,78); }

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

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

 span { border-color: rgb(226,56,78); }

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