#EA3E4B

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

Shades of Amaranth #EA3E4B

Tints of Amaranth #EA3E4B

Color information

#EA3E4B (or 0xEA3E4B) is unknown color: approx Amaranth. HEX triplet: EA, 3E and 4B. RGB value is (234,62,75). Sum of RGB (Red+Green+Blue) = 234+62+75=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E4B is #15C1B4. Grayscale: #737373. Windows color (decimal): -1425845 or 4931306. OLE color: 4931306.

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

Color convert

RGB2346275-
CMYK00.740.680.08
HSL355.47º80.37%58.04%-
HSV(B)355.47º73.5%91.76%-
XYZ36.9221.458.85-
YUV114.91105.48212.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=63.07%
G=16.71%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234627500.740.680.08355.4780.3758.04
HexEA3E4B04A448163503a
Octal3527611301121041054312072
Binary11101010111110100101101001010100010010001011000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3E4B; }

 p { color: rgb(234,62,75); }

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

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

 a { background-color: rgb(234,62,75); }

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

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

 span { border-color: rgb(234,62,75); }

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