Html Css Color HEX #EA3A51 Amaranth

📋 copy color: '#EA3A51'

red 234 ◦ green 58 ◦ blue 81

#EA3A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #EA3A51

Tints of Amaranth #EA3A51

RGB

 RED value IS 234 (91.8% from 255) = 62.73%

 GREEN value IS 58 (23.05% from 255) = 15.55%

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 62.73%
G = 15.55%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA3A51 (or 0xEA3A51) is known color: Amaranth. HEX triplet: EA, 3A and 51. RGB value is (234,58,81). Sum of RGB (Red+Green+Blue) = 234+58+81=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A51 is #15C5AE. Grayscale: #717171. Windows color (decimal): -1426863 or 5323498. OLE color: 5323498.

HSL color Cylindrical-coordinate representation of color #EA3A51: hue angle of 352.16º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A51 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 58 81 -
CMYK 0 0.75 0.65 0.08
HSL 352.16º 0.81% 0.57% -
HSV(B) 352.16º 0.75% 0.92% -
XYZ 36.93 21.11 9.91 -
YUV 113.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 234 58 81 0 0.75 0.65 0.08 352.16 0.81 0.57
Hex EA 3A 51 0 4B 41 8 160 51 39
Octal 352 72 121 0 113 101 10 540 121 71
Binary 11101010 111010 1010001 0 1001011 1000001 1000 101100000 1010001 111001

Color Harmonies of #EA3A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A51

Black with #EA3A51

Text Example


Text Example

White with #EA3A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A51; }

 p { color: rgb(234,58,81); }

 H1.HeaderClassName
 {
   color: #EA3A51;
 }
 .AnyTagClassName
 {
   color: #EA3A51;
 }
</style>

background-color css

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

 a { background-color: rgb(234,58,81); }

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

border-color css

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

 span { border-color: rgb(234,58,81); }

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