Html Css Color HEX #E7214C Amaranth

📋 copy color: '#E7214C'

red 231 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #E7214C

Tints of Amaranth #E7214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 67.94%
G = 9.71%
B = 22.35%

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

#E7214C (or 0xE7214C) is known color: Amaranth. HEX triplet: E7, 21 and 4C. RGB value is (231,33,76). Sum of RGB (Red+Green+Blue) = 231+33+76=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7214C is #18DEB3. Grayscale: #616161. Windows color (decimal): -1629876 or 4989415. OLE color: 4989415.

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

Color convert

RGB 231 33 76 -
CMYK 0 0.86 0.67 0.09
HSL 346.97º 0.8% 0.52% -
HSV(B) 346.97º 0.86% 0.91% -
XYZ 34.8 18.6 8.59 -
YUV 97.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 231 33 76 0 0.86 0.67 0.09 346.97 0.8 0.52
Hex E7 21 4C 0 56 43 9 15B 50 34
Octal 347 41 114 0 126 103 11 533 120 64
Binary 11100111 100001 1001100 0 1010110 1000011 1001 101011011 1010000 110100

Color Harmonies of #E7214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7214C

Black with #E7214C

Text Example


Text Example

White with #E7214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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