Html Css Color HEX #E81E4E Amaranth

📋 copy color: '#E81E4E'

red 232 ◦ green 30 ◦ blue 78

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

Shades of Amaranth #E81E4E

Tints of Amaranth #E81E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 68.24%
G = 8.82%
B = 22.94%

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

#E81E4E (or 0xE81E4E) is known color: Amaranth. HEX triplet: E8, 1E and 4E. RGB value is (232,30,78). Sum of RGB (Red+Green+Blue) = 232+30+78=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81E4E is #17E1B1. Grayscale: #5F5F5F. Windows color (decimal): -1565106 or 5119720. OLE color: 5119720.

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

Color convert

RGB 232 30 78 -
CMYK 0 0.87 0.66 0.09
HSL 345.74º 0.81% 0.51% -
HSV(B) 345.74º 0.87% 0.91% -
XYZ 35.12 18.63 8.95 -
YUV 95.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 232 30 78 0 0.87 0.66 0.09 345.74 0.81 0.51
Hex E8 1E 4E 0 57 42 9 15A 51 33
Octal 350 36 116 0 127 102 11 532 121 63
Binary 11101000 11110 1001110 0 1010111 1000010 1001 101011010 1010001 110011

Color Harmonies of #E81E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81E4E

Black with #E81E4E

Text Example


Text Example

White with #E81E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81E4E; }

 p { color: rgb(232,30,78); }

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

background-color css

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

 a { background-color: rgb(232,30,78); }

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

border-color css

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

 span { border-color: rgb(232,30,78); }

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