Html Css Color HEX #E8215A Amaranth

📋 copy color: '#E8215A'

red 232 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #E8215A

Tints of Amaranth #E8215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 65.35%
G = 9.3%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8215A (or 0xE8215A) is known color: Amaranth. HEX triplet: E8, 21 and 5A. RGB value is (232,33,90). Sum of RGB (Red+Green+Blue) = 232+33+90=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8215A is #17DEA5. Grayscale: #626262. Windows color (decimal): -1564326 or 5906920. OLE color: 5906920.

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

Color convert

RGB 232 33 90 -
CMYK 0 0.86 0.61 0.09
HSL 342.81º 0.81% 0.52% -
HSV(B) 342.81º 0.86% 0.91% -
XYZ 35.67 18.98 11.46 -
YUV 99 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 232 33 90 0 0.86 0.61 0.09 342.81 0.81 0.52
Hex E8 21 5A 0 56 3D 9 157 51 34
Octal 350 41 132 0 126 75 11 527 121 64
Binary 11101000 100001 1011010 0 1010110 111101 1001 101010111 1010001 110100

Color Harmonies of #E8215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8215A

Black with #E8215A

Text Example


Text Example

White with #E8215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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