Html Css Color HEX #E7245B Amaranth

📋 copy color: '#E7245B'

red 231 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #E7245B

Tints of Amaranth #E7245B

RGB

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

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

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

R = 64.53%
G = 10.06%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7245B (or 0xE7245B) is known color: Amaranth. HEX triplet: E7, 24 and 5B. RGB value is (231,36,91). Sum of RGB (Red+Green+Blue) = 231+36+91=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7245B is #18DBA4. Grayscale: #646464. Windows color (decimal): -1629093 or 5973223. OLE color: 5973223.

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

Color convert

RGB 231 36 91 -
CMYK 0 0.84 0.61 0.09
HSL 343.08º 0.8% 0.52% -
HSV(B) 343.08º 0.84% 0.91% -
XYZ 35.47 19.01 11.7 -
YUV 100.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 231 36 91 0 0.84 0.61 0.09 343.08 0.8 0.52
Hex E7 24 5B 0 54 3D 9 157 50 34
Octal 347 44 133 0 124 75 11 527 120 64
Binary 11100111 100100 1011011 0 1010100 111101 1001 101010111 1010000 110100

Color Harmonies of #E7245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7245B

Black with #E7245B

Text Example


Text Example

White with #E7245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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