Html Css Color HEX #EA2E57 Amaranth

📋 copy color: '#EA2E57'

red 234 ◦ green 46 ◦ blue 87

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

Shades of Amaranth #EA2E57

Tints of Amaranth #EA2E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.53%

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 63.76%
G = 12.53%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA2E57 (or 0xEA2E57) is known color: Amaranth. HEX triplet: EA, 2E and 57. RGB value is (234,46,87). Sum of RGB (Red+Green+Blue) = 234+46+87=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E57 is #15D1A8. Grayscale: #6A6A6A. Windows color (decimal): -1429929 or 5713642. OLE color: 5713642.

HSL color Cylindrical-coordinate representation of color #EA2E57: hue angle of 346.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E57 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 46 87 -
CMYK 0 0.80 0.63 0.08
HSL 346.91º 0.82% 0.55% -
HSV(B) 346.91º 0.8% 0.92% -
XYZ 36.63 20.13 10.97 -
YUV 106.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 234 46 87 0 0.80 0.63 0.08 346.91 0.82 0.55
Hex EA 2E 57 0 50 3F 8 15B 52 37
Octal 352 56 127 0 120 77 10 533 122 67
Binary 11101010 101110 1010111 0 1010000 111111 1000 101011011 1010010 110111

Color Harmonies of #EA2E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2E57

Black with #EA2E57

Text Example


Text Example

White with #EA2E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2E57; }

 p { color: rgb(234,46,87); }

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

background-color css

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

 a { background-color: rgb(234,46,87); }

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

border-color css

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

 span { border-color: rgb(234,46,87); }

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