#ea4152

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

Shades of Amaranth #EA4152

Tints of Amaranth #EA4152

Color information

#EA4152 (or 0xEA4152) is unknown color: approx Amaranth. HEX triplet: EA, 41 and 52. RGB value is (234,65,82). Sum of RGB (Red+Green+Blue) = 234+65+82=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4152 is #15BEAD. Grayscale: #757575. Windows color (decimal): -1425070 or 5390826. OLE color: 5390826.

HSL color Cylindrical-coordinate representation of color #EA4152: hue angle of 353.96º 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 #EA4152 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB2346582-
CMYK00.720.650.08
HSL353.96º80.09%58.63%-
HSV(B)353.96º72.22%91.76%-
XYZ37.3421.8810.24-
YUV117.47107.99211.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=61.42%
G=17.06%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234658200.720.650.08353.9680.0958.63
HexEA4152048418162503b
Octal35210112201101011054212073
Binary111010101000001101001001001000100000110001011000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea4152; }

 p { color: rgb(234,65,82); }

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

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

 a { background-color: rgb(234,65,82); }

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

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

 span { border-color: rgb(234,65,82); }

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