Html Css Color HEX #E2235B Amaranth

📋 copy color: '#E2235B'

red 226 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #E2235B

Tints of Amaranth #E2235B

RGB

 RED value IS 226 (88.67% from 255) = 64.2%

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 64.2%
G = 9.94%
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

#E2235B (or 0xE2235B) is known color: Amaranth. HEX triplet: E2, 23 and 5B. RGB value is (226,35,91). Sum of RGB (Red+Green+Blue) = 226+35+91=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2235B is #1DDCA4. Grayscale: #626262. Windows color (decimal): -1957029 or 5972962. OLE color: 5972962.

HSL color Cylindrical-coordinate representation of color #E2235B: hue angle of 342.41º degrees, saturation: 0.77, 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 #E2235B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 35 91 -
CMYK 0 0.85 0.60 0.11
HSL 342.41º 0.77% 0.51% -
HSV(B) 342.41º 0.85% 0.89% -
XYZ 33.85 18.13 11.61 -
YUV 98.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 226 35 91 0 0.85 0.60 0.11 342.41 0.77 0.51
Hex E2 23 5B 0 55 3C B 156 4D 33
Octal 342 43 133 0 125 74 13 526 115 63
Binary 11100010 100011 1011011 0 1010101 111100 1011 101010110 1001101 110011

Color Harmonies of #E2235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2235B

Black with #E2235B

Text Example


Text Example

White with #E2235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2235B; }

 p { color: rgb(226,35,91); }

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

background-color css

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

 a { background-color: rgb(226,35,91); }

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

border-color css

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

 span { border-color: rgb(226,35,91); }

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