Html Css Color HEX #E1235B Amaranth

📋 copy color: '#E1235B'

red 225 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #E1235B

Tints of Amaranth #E1235B

RGB

 RED value IS 225 (88.28% from 255) = 64.1%

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

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

R = 64.1%
G = 9.97%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1235B (or 0xE1235B) is known color: Amaranth. HEX triplet: E1, 23 and 5B. RGB value is (225,35,91). Sum of RGB (Red+Green+Blue) = 225+35+91=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1235B is #1EDCA4. Grayscale: #626262. Windows color (decimal): -2022565 or 5972961. OLE color: 5972961.

HSL color Cylindrical-coordinate representation of color #E1235B: hue angle of 342.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1235B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 91 -
CMYK 0 0.84 0.60 0.12
HSL 342.32º 0.76% 0.51% -
HSV(B) 342.32º 0.84% 0.88% -
XYZ 33.54 17.96 11.6 -
YUV 98.19 123.95 218.45 -
System Red Green Blue C M Y K H S L
Decimal 225 35 91 0 0.84 0.60 0.12 342.32 0.76 0.51
Hex E1 23 5B 0 54 3C C 156 4C 33
Octal 341 43 133 0 124 74 14 526 114 63
Binary 11100001 100011 1011011 0 1010100 111100 1100 101010110 1001100 110011

Color Harmonies of #E1235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1235B

Black with #E1235B

Text Example


Text Example

White with #E1235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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