Html Css Color HEX #E8214B Amaranth

📋 copy color: '#E8214B'

red 232 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #E8214B

Tints of Amaranth #E8214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 68.24%
G = 9.71%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8214B (or 0xE8214B) is known color: Amaranth. HEX triplet: E8, 21 and 4B. RGB value is (232,33,75). Sum of RGB (Red+Green+Blue) = 232+33+75=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8214B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8214B is #17DEB4. Grayscale: #616161. Windows color (decimal): -1564341 or 4923880. OLE color: 4923880.

HSL color Cylindrical-coordinate representation of color #E8214B: hue angle of 347.34º 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 #E8214B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 33 75 -
CMYK 0 0.86 0.68 0.09
HSL 347.34º 0.81% 0.52% -
HSV(B) 347.34º 0.86% 0.91% -
XYZ 35.09 18.75 8.43 -
YUV 97.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 232 33 75 0 0.86 0.68 0.09 347.34 0.81 0.52
Hex E8 21 4B 0 56 44 9 15B 51 34
Octal 350 41 113 0 126 104 11 533 121 64
Binary 11101000 100001 1001011 0 1010110 1000100 1001 101011011 1010001 110100

Color Harmonies of #E8214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8214B

Black with #E8214B

Text Example


Text Example

White with #E8214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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