Html Css Color HEX #E7225D Amaranth

📋 copy color: '#E7225D'

red 231 ◦ green 34 ◦ blue 93

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

Shades of Amaranth #E7225D

Tints of Amaranth #E7225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.5%

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

R = 64.53%
G = 9.5%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7225D (or 0xE7225D) is known color: Amaranth. HEX triplet: E7, 22 and 5D. RGB value is (231,34,93). Sum of RGB (Red+Green+Blue) = 231+34+93=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7225D is #18DDA2. Grayscale: #636363. Windows color (decimal): -1629603 or 6103783. OLE color: 6103783.

HSL color Cylindrical-coordinate representation of color #E7225D: hue angle of 342.03º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7225D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 34 93 -
CMYK 0 0.85 0.60 0.09
HSL 342.03º 0.8% 0.52% -
HSV(B) 342.03º 0.85% 0.91% -
XYZ 35.5 18.92 12.14 -
YUV 99.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 231 34 93 0 0.85 0.60 0.09 342.03 0.8 0.52
Hex E7 22 5D 0 55 3C 9 156 50 34
Octal 347 42 135 0 125 74 11 526 120 64
Binary 11100111 100010 1011101 0 1010101 111100 1001 101010110 1010000 110100

Color Harmonies of #E7225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7225D

Black with #E7225D

Text Example


Text Example

White with #E7225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7225D; }

 p { color: rgb(231,34,93); }

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

background-color css

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

 a { background-color: rgb(231,34,93); }

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

border-color css

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

 span { border-color: rgb(231,34,93); }

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