Html Css Color HEX #E8215C Amaranth

📋 copy color: '#E8215C'

red 232 ◦ green 33 ◦ blue 92

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

Shades of Amaranth #E8215C

Tints of Amaranth #E8215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 64.99%
G = 9.24%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E8215C (or 0xE8215C) is known color: Amaranth. HEX triplet: E8, 21 and 5C. RGB value is (232,33,92). Sum of RGB (Red+Green+Blue) = 232+33+92=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8215C is #17DEA3. Grayscale: #636363. Windows color (decimal): -1564324 or 6037992. OLE color: 6037992.

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

Color convert

RGB 232 33 92 -
CMYK 0 0.86 0.60 0.09
HSL 342.21º 0.81% 0.52% -
HSV(B) 342.21º 0.86% 0.91% -
XYZ 35.75 19.02 11.91 -
YUV 99.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 232 33 92 0 0.86 0.60 0.09 342.21 0.81 0.52
Hex E8 21 5C 0 56 3C 9 156 51 34
Octal 350 41 134 0 126 74 11 526 121 64
Binary 11101000 100001 1011100 0 1010110 111100 1001 101010110 1010001 110100

Color Harmonies of #E8215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8215C

Black with #E8215C

Text Example


Text Example

White with #E8215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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