Html Css Color HEX #E7214D Amaranth

📋 copy color: '#E7214D'

red 231 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #E7214D

Tints of Amaranth #E7214D

RGB

 RED value IS 231 (90.63% from 255) = 67.74%

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

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 67.74%
G = 9.68%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7214D (or 0xE7214D) is known color: Amaranth. HEX triplet: E7, 21 and 4D. RGB value is (231,33,77). Sum of RGB (Red+Green+Blue) = 231+33+77=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7214D is #18DEB2. Grayscale: #616161. Windows color (decimal): -1629875 or 5054951. OLE color: 5054951.

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

Color convert

RGB 231 33 77 -
CMYK 0 0.86 0.67 0.09
HSL 346.67º 0.8% 0.52% -
HSV(B) 346.67º 0.86% 0.91% -
XYZ 34.84 18.61 8.78 -
YUV 97.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 231 33 77 0 0.86 0.67 0.09 346.67 0.8 0.52
Hex E7 21 4D 0 56 43 9 15B 50 34
Octal 347 41 115 0 126 103 11 533 120 64
Binary 11100111 100001 1001101 0 1010110 1000011 1001 101011011 1010000 110100

Color Harmonies of #E7214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7214D

Black with #E7214D

Text Example


Text Example

White with #E7214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7214D; }

 p { color: rgb(231,33,77); }

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

background-color css

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

 a { background-color: rgb(231,33,77); }

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

border-color css

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

 span { border-color: rgb(231,33,77); }

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