Html Css Color HEX #E61A51 Amaranth

📋 copy color: '#E61A51'

red 230 ◦ green 26 ◦ blue 81

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

Shades of Amaranth #E61A51

Tints of Amaranth #E61A51

RGB

 RED value IS 230 (90.23% from 255) = 68.25%

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

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

R = 68.25%
G = 7.72%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E61A51 (or 0xE61A51) is known color: Amaranth. HEX triplet: E6, 1A and 51. RGB value is (230,26,81). Sum of RGB (Red+Green+Blue) = 230+26+81=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61A51 is #19E5AE. Grayscale: #5D5D5D. Windows color (decimal): -1697199 or 5315302. OLE color: 5315302.

HSL color Cylindrical-coordinate representation of color #E61A51: hue angle of 343.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A51 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 81 -
CMYK 0 0.89 0.65 0.10
HSL 343.82º 0.8% 0.5% -
HSV(B) 343.82º 0.89% 0.9% -
XYZ 34.49 18.16 9.47 -
YUV 93.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 230 26 81 0 0.89 0.65 0.10 343.82 0.8 0.5
Hex E6 1A 51 0 59 41 A 158 50 32
Octal 346 32 121 0 131 101 12 530 120 62
Binary 11100110 11010 1010001 0 1011001 1000001 1010 101011000 1010000 110010

Color Harmonies of #E61A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A51

Black with #E61A51

Text Example


Text Example

White with #E61A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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