#EA4248

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

Shades of Amaranth #EA4248

Tints of Amaranth #EA4248

Color information

#EA4248 (or 0xEA4248) is unknown color: approx Amaranth. HEX triplet: EA, 42 and 48. RGB value is (234,66,72). Sum of RGB (Red+Green+Blue) = 234+66+72=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4248 is #15BDB7. Grayscale: #757575. Windows color (decimal): -1424824 or 4735722. OLE color: 4735722.

HSL color Cylindrical-coordinate representation of color #EA4248: hue angle of 357.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4248 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2346672-
CMYK00.720.690.08
HSL357.86º80%58.82%-
HSV(B)357.86º71.79%91.76%-
XYZ37.0521.868.4-
YUV116.92102.66211.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=62.90%
G=17.74%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234667200.720.690.08357.868058.82
HexEA4248048458166503b
Octal35210211001101051054612073
Binary111010101000010100100001001000100010110001011001101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4248; }

 p { color: rgb(234,66,72); }

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

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

 a { background-color: rgb(234,66,72); }

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

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

 span { border-color: rgb(234,66,72); }

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