Html Css Color HEX #E8214F Amaranth

📋 copy color: '#E8214F'

red 232 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #E8214F

Tints of Amaranth #E8214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

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

R = 67.44%
G = 9.59%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8214F (or 0xE8214F) is known color: Amaranth. HEX triplet: E8, 21 and 4F. RGB value is (232,33,79). Sum of RGB (Red+Green+Blue) = 232+33+79=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8214F is #17DEB0. Grayscale: #616161. Windows color (decimal): -1564337 or 5186024. OLE color: 5186024.

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

Color convert

RGB 232 33 79 -
CMYK 0 0.86 0.66 0.09
HSL 346.13º 0.81% 0.52% -
HSV(B) 346.13º 0.86% 0.91% -
XYZ 35.23 18.81 9.17 -
YUV 97.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 232 33 79 0 0.86 0.66 0.09 346.13 0.81 0.52
Hex E8 21 4F 0 56 42 9 15A 51 34
Octal 350 41 117 0 126 102 11 532 121 64
Binary 11101000 100001 1001111 0 1010110 1000010 1001 101011010 1010001 110100

Color Harmonies of #E8214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8214F

Black with #E8214F

Text Example


Text Example

White with #E8214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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