Html Css Color HEX #E3225B Amaranth

📋 copy color: '#E3225B'

red 227 ◦ green 34 ◦ blue 91

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

Shades of Amaranth #E3225B

Tints of Amaranth #E3225B

RGB

 RED value IS 227 (89.06% from 255) = 64.49%

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 64.49%
G = 9.66%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3225B (or 0xE3225B) is known color: Amaranth. HEX triplet: E3, 22 and 5B. RGB value is (227,34,91). Sum of RGB (Red+Green+Blue) = 227+34+91=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3225B is #1CDDA4. Grayscale: #626262. Windows color (decimal): -1891749 or 5972707. OLE color: 5972707.

HSL color Cylindrical-coordinate representation of color #E3225B: hue angle of 342.28º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3225B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 34 91 -
CMYK 0 0.85 0.60 0.11
HSL 342.28º 0.78% 0.51% -
HSV(B) 342.28º 0.85% 0.89% -
XYZ 34.14 18.23 11.62 -
YUV 98.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 227 34 91 0 0.85 0.60 0.11 342.28 0.78 0.51
Hex E3 22 5B 0 55 3C B 156 4E 33
Octal 343 42 133 0 125 74 13 526 116 63
Binary 11100011 100010 1011011 0 1010101 111100 1011 101010110 1001110 110011

Color Harmonies of #E3225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3225B

Black with #E3225B

Text Example


Text Example

White with #E3225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3225B; }

 p { color: rgb(227,34,91); }

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

background-color css

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

 a { background-color: rgb(227,34,91); }

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

border-color css

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

 span { border-color: rgb(227,34,91); }

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