Html Css Color HEX #EA1A51 Amaranth

📋 copy color: '#EA1A51'

red 234 ◦ green 26 ◦ blue 81

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

Shades of Amaranth #EA1A51

Tints of Amaranth #EA1A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.62%

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

R = 68.62%
G = 7.62%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA1A51 (or 0xEA1A51) is known color: Amaranth. HEX triplet: EA, 1A and 51. RGB value is (234,26,81). Sum of RGB (Red+Green+Blue) = 234+26+81=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A51 is #15E5AE. Grayscale: #5E5E5E. Windows color (decimal): -1435055 or 5315306. OLE color: 5315306.

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

Color convert

RGB 234 26 81 -
CMYK 0 0.89 0.65 0.08
HSL 344.13º 0.83% 0.51% -
HSV(B) 344.13º 0.89% 0.92% -
XYZ 35.79 18.83 9.53 -
YUV 94.46 120.41 227.53 -
System Red Green Blue C M Y K H S L
Decimal 234 26 81 0 0.89 0.65 0.08 344.13 0.83 0.51
Hex EA 1A 51 0 59 41 8 158 53 33
Octal 352 32 121 0 131 101 10 530 123 63
Binary 11101010 11010 1010001 0 1011001 1000001 1000 101011000 1010011 110011

Color Harmonies of #EA1A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A51

Black with #EA1A51

Text Example


Text Example

White with #EA1A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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