Html Css Color HEX #E7215A Amaranth

📋 copy color: '#E7215A'

red 231 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #E7215A

Tints of Amaranth #E7215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 65.25%
G = 9.32%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7215A (or 0xE7215A) is known color: Amaranth. HEX triplet: E7, 21 and 5A. RGB value is (231,33,90). Sum of RGB (Red+Green+Blue) = 231+33+90=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7215A is #18DEA5. Grayscale: #626262. Windows color (decimal): -1629862 or 5906919. OLE color: 5906919.

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

Color convert

RGB 231 33 90 -
CMYK 0 0.86 0.61 0.09
HSL 342.73º 0.8% 0.52% -
HSV(B) 342.73º 0.86% 0.91% -
XYZ 35.34 18.81 11.44 -
YUV 98.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 231 33 90 0 0.86 0.61 0.09 342.73 0.8 0.52
Hex E7 21 5A 0 56 3D 9 157 50 34
Octal 347 41 132 0 126 75 11 527 120 64
Binary 11100111 100001 1011010 0 1010110 111101 1001 101010111 1010000 110100

Color Harmonies of #E7215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7215A

Black with #E7215A

Text Example


Text Example

White with #E7215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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