Html Css Color HEX #E91F50 Amaranth

📋 copy color: '#E91F50'

red 233 ◦ green 31 ◦ blue 80

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

Shades of Amaranth #E91F50

Tints of Amaranth #E91F50

RGB

 RED value IS 233 (91.41% from 255) = 67.73%

 GREEN value IS 31 (12.5% from 255) = 9.01%

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

R = 67.73%
G = 9.01%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E91F50 (or 0xE91F50) is known color: Amaranth. HEX triplet: E9, 1F and 50. RGB value is (233,31,80). Sum of RGB (Red+Green+Blue) = 233+31+80=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F50 is #16E0AF. Grayscale: #606060. Windows color (decimal): -1499312 or 5251049. OLE color: 5251049.

HSL color Cylindrical-coordinate representation of color #E91F50: hue angle of 345.45º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F50 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 31 80 -
CMYK 0 0.87 0.66 0.09
HSL 345.45º 0.82% 0.52% -
HSV(B) 345.45º 0.87% 0.91% -
XYZ 35.54 18.88 9.36 -
YUV 96.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 233 31 80 0 0.87 0.66 0.09 345.45 0.82 0.52
Hex E9 1F 50 0 57 42 9 159 52 34
Octal 351 37 120 0 127 102 11 531 122 64
Binary 11101001 11111 1010000 0 1010111 1000010 1001 101011001 1010010 110100

Color Harmonies of #E91F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F50

Black with #E91F50

Text Example


Text Example

White with #E91F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F50; }

 p { color: rgb(233,31,80); }

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

background-color css

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

 a { background-color: rgb(233,31,80); }

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

border-color css

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

 span { border-color: rgb(233,31,80); }

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