#e6304b

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

Shades of Amaranth #E6304B

Tints of Amaranth #E6304B

Color information

#E6304B (or 0xE6304B) is unknown color: approx Amaranth. HEX triplet: E6, 30 and 4B. RGB value is (230,48,75). Sum of RGB (Red+Green+Blue) = 230+48+75=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E6304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6304B is #19CFB4. Grayscale: #696969. Windows color (decimal): -1691573 or 4927718. OLE color: 4927718.

HSL color Cylindrical-coordinate representation of color #E6304B: hue angle of 351.1º 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 #E6304B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB2304875-
CMYK00.790.670.10
HSL351.1º78.45%54.51%-
HSV(B)351.1º79.13%90.2%-
XYZ34.9619.448.57-
YUV105.5110.8216.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.16%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=65.16%
G=13.60%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230487500.790.670.10351.178.4554.51
HexE6304B04F43A15f4e37
Octal3466011301171031253711667
Binary11100110110000100101101001111100001110101010111111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6304b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6304b; }

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

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

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

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

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

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

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

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