#EA4252

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

Shades of Amaranth #EA4252

Tints of Amaranth #EA4252

Color information

#EA4252 (or 0xEA4252) is unknown color: approx Amaranth. HEX triplet: EA, 42 and 52. RGB value is (234,66,82). Sum of RGB (Red+Green+Blue) = 234+66+82=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4252 is #15BDAD. Grayscale: #767676. Windows color (decimal): -1424814 or 5391082. OLE color: 5391082.

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

Color convert

RGB2346682-
CMYK00.720.650.08
HSL354.29º80%58.82%-
HSV(B)354.29º71.79%91.76%-
XYZ37.42210.26-
YUV118.06107.66210.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.26%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=61.26%
G=17.28%
B=21.47%

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
Decimal234668200.720.650.08354.298058.82
HexEA4252048418162503b
Octal35210212201101011054212073
Binary111010101000010101001001001000100000110001011000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4252; }

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

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

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

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

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

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

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

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