Html Css Color HEX #E8215D Amaranth

📋 copy color: '#E8215D'

red 232 ◦ green 33 ◦ blue 93

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

Shades of Amaranth #E8215D

Tints of Amaranth #E8215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 64.8%
G = 9.22%
B = 25.98%

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

#E8215D (or 0xE8215D) is known color: Amaranth. HEX triplet: E8, 21 and 5D. RGB value is (232,33,93). Sum of RGB (Red+Green+Blue) = 232+33+93=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8215D is #17DEA2. Grayscale: #636363. Windows color (decimal): -1564323 or 6103528. OLE color: 6103528.

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

Color convert

RGB 232 33 93 -
CMYK 0 0.86 0.60 0.09
HSL 341.91º 0.81% 0.52% -
HSV(B) 341.91º 0.86% 0.91% -
XYZ 35.8 19.03 12.14 -
YUV 99.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 232 33 93 0 0.86 0.60 0.09 341.91 0.81 0.52
Hex E8 21 5D 0 56 3C 9 156 51 34
Octal 350 41 135 0 126 74 11 526 121 64
Binary 11101000 100001 1011101 0 1010110 111100 1001 101010110 1010001 110100

Color Harmonies of #E8215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8215D

Black with #E8215D

Text Example


Text Example

White with #E8215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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