Html Css Color HEX #EA2857 Amaranth

📋 copy color: '#EA2857'

red 234 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #EA2857

Tints of Amaranth #EA2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 64.82%
G = 11.08%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA2857 (or 0xEA2857) is known color: Amaranth. HEX triplet: EA, 28 and 57. RGB value is (234,40,87). Sum of RGB (Red+Green+Blue) = 234+40+87=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2857 is #15D7A8. Grayscale: #676767. Windows color (decimal): -1431465 or 5712106. OLE color: 5712106.

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

Color convert

RGB 234 40 87 -
CMYK 0 0.83 0.63 0.08
HSL 345.46º 0.82% 0.54% -
HSV(B) 345.46º 0.83% 0.92% -
XYZ 36.41 19.7 10.9 -
YUV 103.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 234 40 87 0 0.83 0.63 0.08 345.46 0.82 0.54
Hex EA 28 57 0 53 3F 8 159 52 36
Octal 352 50 127 0 123 77 10 531 122 66
Binary 11101010 101000 1010111 0 1010011 111111 1000 101011001 1010010 110110

Color Harmonies of #EA2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2857

Black with #EA2857

Text Example


Text Example

White with #EA2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2857; }

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

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

background-color css

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

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

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

border-color css

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

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

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