#EA304C

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

Shades of Amaranth #EA304C

Tints of Amaranth #EA304C

Color information

#EA304C (or 0xEA304C) is unknown color: approx Amaranth. HEX triplet: EA, 30 and 4C. RGB value is (234,48,76). Sum of RGB (Red+Green+Blue) = 234+48+76=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA304C is #15CFB3. Grayscale: #6A6A6A. Windows color (decimal): -1429428 or 4993258. OLE color: 4993258.

HSL color Cylindrical-coordinate representation of color #EA304C: hue angle of 350.97º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA304C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB2344876-
CMYK00.790.680.08
HSL350.97º81.58%55.29%-
HSV(B)350.97º79.49%91.76%-
XYZ36.2920.138.81-
YUV106.81110.62218.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.36%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=65.36%
G=13.41%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234487600.790.680.08350.9781.5855.29
HexEA304C04F44815f5237
Octal3526011401171041053712267
Binary11101010110000100110001001111100010010001010111111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA304C; }

 p { color: rgb(234,48,76); }

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

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

 a { background-color: rgb(234,48,76); }

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

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

 span { border-color: rgb(234,48,76); }

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