Html Css Color HEX #E61A50 Amaranth

📋 copy color: '#E61A50'

red 230 ◦ green 26 ◦ blue 80

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

Shades of Amaranth #E61A50

Tints of Amaranth #E61A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 68.45%
G = 7.74%
B = 23.81%

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

#E61A50 (or 0xE61A50) is known color: Amaranth. HEX triplet: E6, 1A and 50. RGB value is (230,26,80). Sum of RGB (Red+Green+Blue) = 230+26+80=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61A50 is #19E5AF. Grayscale: #5D5D5D. Windows color (decimal): -1697200 or 5249766. OLE color: 5249766.

HSL color Cylindrical-coordinate representation of color #E61A50: hue angle of 344.12º 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 #E61A50 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 80 -
CMYK 0 0.89 0.65 0.10
HSL 344.12º 0.8% 0.5% -
HSV(B) 344.12º 0.89% 0.9% -
XYZ 34.45 18.14 9.28 -
YUV 93.15 120.59 225.61 -
System Red Green Blue C M Y K H S L
Decimal 230 26 80 0 0.89 0.65 0.10 344.12 0.8 0.5
Hex E6 1A 50 0 59 41 A 158 50 32
Octal 346 32 120 0 131 101 12 530 120 62
Binary 11100110 11010 1010000 0 1011001 1000001 1010 101011000 1010000 110010

Color Harmonies of #E61A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A50

Black with #E61A50

Text Example


Text Example

White with #E61A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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