Html Css Color HEX #E71950 Amaranth

📋 copy color: '#E71950'

red 231 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #E71950

Tints of Amaranth #E71950

RGB

 RED value IS 231 (90.63% from 255) = 68.75%

 GREEN value IS 25 (10.16% from 255) = 7.44%

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

R = 68.75%
G = 7.44%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E71950 (or 0xE71950) is known color: Amaranth. HEX triplet: E7, 19 and 50. RGB value is (231,25,80). Sum of RGB (Red+Green+Blue) = 231+25+80=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E71950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71950 is #18E6AF. Grayscale: #5C5C5C. Windows color (decimal): -1631920 or 5249511. OLE color: 5249511.

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

Color convert

RGB 231 25 80 -
CMYK 0 0.89 0.65 0.09
HSL 343.98º 0.81% 0.5% -
HSV(B) 343.98º 0.89% 0.91% -
XYZ 34.75 18.26 9.28 -
YUV 92.86 120.75 226.53 -
System Red Green Blue C M Y K H S L
Decimal 231 25 80 0 0.89 0.65 0.09 343.98 0.81 0.5
Hex E7 19 50 0 59 41 9 158 51 32
Octal 347 31 120 0 131 101 11 530 121 62
Binary 11100111 11001 1010000 0 1011001 1000001 1001 101011000 1010001 110010

Color Harmonies of #E71950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71950

Black with #E71950

Text Example


Text Example

White with #E71950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71950; }

 p { color: rgb(231,25,80); }

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

background-color css

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

 a { background-color: rgb(231,25,80); }

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

border-color css

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

 span { border-color: rgb(231,25,80); }

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