Html Css Color HEX #E7214A Amaranth

📋 copy color: '#E7214A'

red 231 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #E7214A

Tints of Amaranth #E7214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 68.34%
G = 9.76%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7214A (or 0xE7214A) is known color: Amaranth. HEX triplet: E7, 21 and 4A. RGB value is (231,33,74). Sum of RGB (Red+Green+Blue) = 231+33+74=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7214A is #18DEB5. Grayscale: #606060. Windows color (decimal): -1629878 or 4858343. OLE color: 4858343.

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

Color convert

RGB 231 33 74 -
CMYK 0 0.86 0.68 0.09
HSL 347.58º 0.8% 0.52% -
HSV(B) 347.58º 0.86% 0.91% -
XYZ 34.73 18.57 8.23 -
YUV 96.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 231 33 74 0 0.86 0.68 0.09 347.58 0.8 0.52
Hex E7 21 4A 0 56 44 9 15C 50 34
Octal 347 41 112 0 126 104 11 534 120 64
Binary 11100111 100001 1001010 0 1010110 1000100 1001 101011100 1010000 110100

Color Harmonies of #E7214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7214A

Black with #E7214A

Text Example


Text Example

White with #E7214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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