Html Css Color HEX #E3245B Amaranth

📋 copy color: '#E3245B'

red 227 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #E3245B

Tints of Amaranth #E3245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

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

R = 64.12%
G = 10.17%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3245B (or 0xE3245B) is known color: Amaranth. HEX triplet: E3, 24 and 5B. RGB value is (227,36,91). Sum of RGB (Red+Green+Blue) = 227+36+91=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3245B is #1CDBA4. Grayscale: #636363. Windows color (decimal): -1891237 or 5973219. OLE color: 5973219.

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

Color convert

RGB 227 36 91 -
CMYK 0 0.84 0.60 0.11
HSL 342.72º 0.77% 0.52% -
HSV(B) 342.72º 0.84% 0.89% -
XYZ 34.2 18.35 11.64 -
YUV 99.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 227 36 91 0 0.84 0.60 0.11 342.72 0.77 0.52
Hex E3 24 5B 0 54 3C B 157 4D 34
Octal 343 44 133 0 124 74 13 527 115 64
Binary 11100011 100100 1011011 0 1010100 111100 1011 101010111 1001101 110100

Color Harmonies of #E3245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3245B

Black with #E3245B

Text Example


Text Example

White with #E3245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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