Html Css Color HEX #E81F55 Amaranth

📋 copy color: '#E81F55'

red 232 ◦ green 31 ◦ blue 85

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

Shades of Amaranth #E81F55

Tints of Amaranth #E81F55

RGB

 RED value IS 232 (91.02% from 255) = 66.67%

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

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 66.67%
G = 8.91%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E81F55 (or 0xE81F55) is known color: Amaranth. HEX triplet: E8, 1F and 55. RGB value is (232,31,85). Sum of RGB (Red+Green+Blue) = 232+31+85=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81F55 is #17E0AA. Grayscale: #616161. Windows color (decimal): -1564843 or 5578728. OLE color: 5578728.

HSL color Cylindrical-coordinate representation of color #E81F55: hue angle of 343.88º degrees, saturation: 0.81, 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 #E81F55 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 31 85 -
CMYK 0 0.87 0.63 0.09
HSL 343.88º 0.81% 0.52% -
HSV(B) 343.88º 0.87% 0.91% -
XYZ 35.41 18.79 10.36 -
YUV 97.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 232 31 85 0 0.87 0.63 0.09 343.88 0.81 0.52
Hex E8 1F 55 0 57 3F 9 158 51 34
Octal 350 37 125 0 127 77 11 530 121 64
Binary 11101000 11111 1010101 0 1010111 111111 1001 101011000 1010001 110100

Color Harmonies of #E81F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81F55

Black with #E81F55

Text Example


Text Example

White with #E81F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81F55; }

 p { color: rgb(232,31,85); }

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

background-color css

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

 a { background-color: rgb(232,31,85); }

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

border-color css

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

 span { border-color: rgb(232,31,85); }

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