Html Css Color HEX #E81C4F Amaranth

📋 copy color: '#E81C4F'

red 232 ◦ green 28 ◦ blue 79

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

Shades of Amaranth #E81C4F

Tints of Amaranth #E81C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 68.44%
G = 8.26%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E81C4F (or 0xE81C4F) is known color: Amaranth. HEX triplet: E8, 1C and 4F. RGB value is (232,28,79). Sum of RGB (Red+Green+Blue) = 232+28+79=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C4F is #17E3B0. Grayscale: #5E5E5E. Windows color (decimal): -1565617 or 5184744. OLE color: 5184744.

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

Color convert

RGB 232 28 79 -
CMYK 0 0.88 0.66 0.09
HSL 345º 0.82% 0.51% -
HSV(B) 345º 0.88% 0.91% -
XYZ 35.11 18.55 9.13 -
YUV 94.81 119.09 225.85 -
System Red Green Blue C M Y K H S L
Decimal 232 28 79 0 0.88 0.66 0.09 345 0.82 0.51
Hex E8 1C 4F 0 58 42 9 159 52 33
Octal 350 34 117 0 130 102 11 531 122 63
Binary 11101000 11100 1001111 0 1011000 1000010 1001 101011001 1010010 110011

Color Harmonies of #E81C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C4F

Black with #E81C4F

Text Example


Text Example

White with #E81C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C4F; }

 p { color: rgb(232,28,79); }

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

background-color css

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

 a { background-color: rgb(232,28,79); }

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

border-color css

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

 span { border-color: rgb(232,28,79); }

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