#E8274B

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

Shades of Amaranth #E8274B

Tints of Amaranth #E8274B

Color information

#E8274B (or 0xE8274B) is unknown color: approx Amaranth. HEX triplet: E8, 27 and 4B. RGB value is (232,39,75). Sum of RGB (Red+Green+Blue) = 232+39+75=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E8274B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8274B is #17D8B4. Grayscale: #646464. Windows color (decimal): -1562805 or 4925416. OLE color: 4925416.

HSL color Cylindrical-coordinate representation of color #E8274B: hue angle of 348.81º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8274B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2323975-
CMYK00.830.680.09
HSL348.81º80.75%53.14%-
HSV(B)348.81º83.19%90.98%-
XYZ35.2719.118.49-
YUV100.81113.44221.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 67.05%
GREEN value IS 39 (15.62% from 255) = 11.27%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=67.05%
G=11.27%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232397500.830.680.09348.8180.7553.14
HexE8274B05344915d5135
Octal3504711301231041153512165
Binary11101000100111100101101010011100010010011010111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8274B; }

 p { color: rgb(232,39,75); }

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

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

 a { background-color: rgb(232,39,75); }

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

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

 span { border-color: rgb(232,39,75); }

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