#E6304E

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

Shades of Amaranth #E6304E

Tints of Amaranth #E6304E

Color information

#E6304E (or 0xE6304E) is unknown color: approx Amaranth. HEX triplet: E6, 30 and 4E. RGB value is (230,48,78). Sum of RGB (Red+Green+Blue) = 230+48+78=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6304E is #19CFB1. Grayscale: #696969. Windows color (decimal): -1691570 or 5124326. OLE color: 5124326.

HSL color Cylindrical-coordinate representation of color #E6304E: hue angle of 350.11º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6304E is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB2304878-
CMYK00.790.660.10
HSL350.11º78.45%54.51%-
HSV(B)350.11º79.13%90.2%-
XYZ35.0719.499.12-
YUV105.84112.3216.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.61%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=64.61%
G=13.48%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230487800.790.660.10350.1178.4554.51
HexE6304E04F42A15e4e37
Octal3466011601171021253611667
Binary11100110110000100111001001111100001010101010111101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6304E; }

 p { color: rgb(230,48,78); }

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

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

 a { background-color: rgb(230,48,78); }

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

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

 span { border-color: rgb(230,48,78); }

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