Html Css Color HEX #EA4557 Amaranth

📋 copy color: '#EA4557'

red 234 ◦ green 69 ◦ blue 87

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

Shades of Amaranth #EA4557

Tints of Amaranth #EA4557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

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

R = 60%
G = 17.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA4557 (or 0xEA4557) is known color: Amaranth. HEX triplet: EA, 45 and 57. RGB value is (234,69,87). Sum of RGB (Red+Green+Blue) = 234+69+87=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4557 is #15BAA8. Grayscale: #787878. Windows color (decimal): -1424041 or 5719530. OLE color: 5719530.

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

Color convert

RGB 234 69 87 -
CMYK 0 0.71 0.63 0.08
HSL 353.45º 0.8% 0.59% -
HSV(B) 353.45º 0.71% 0.92% -
XYZ 37.78 22.44 11.36 -
YUV 120.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 234 69 87 0 0.71 0.63 0.08 353.45 0.8 0.59
Hex EA 45 57 0 47 3F 8 161 50 3B
Octal 352 105 127 0 107 77 10 541 120 73
Binary 11101010 1000101 1010111 0 1000111 111111 1000 101100001 1010000 111011

Color Harmonies of #EA4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4557

Black with #EA4557

Text Example


Text Example

White with #EA4557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4557; }

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

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

background-color css

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

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

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

border-color css

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

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

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