Html Css Color HEX #E73258 Amaranth

📋 copy color: '#E73258'

red 231 ◦ green 50 ◦ blue 88

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

Shades of Amaranth #E73258

Tints of Amaranth #E73258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 62.6%
G = 13.55%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E73258 (or 0xE73258) is known color: Amaranth. HEX triplet: E7, 32 and 58. RGB value is (231,50,88). Sum of RGB (Red+Green+Blue) = 231+50+88=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E73258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73258 is #18CDA7. Grayscale: #6C6C6C. Windows color (decimal): -1625512 or 5780199. OLE color: 5780199.

HSL color Cylindrical-coordinate representation of color #E73258: hue angle of 347.4º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E73258 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 50 88 -
CMYK 0 0.78 0.62 0.09
HSL 347.4º 0.79% 0.55% -
HSV(B) 347.4º 0.78% 0.91% -
XYZ 35.86 19.97 11.2 -
YUV 108.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 231 50 88 0 0.78 0.62 0.09 347.4 0.79 0.55
Hex E7 32 58 0 4E 3E 9 15B 4F 37
Octal 347 62 130 0 116 76 11 533 117 67
Binary 11100111 110010 1011000 0 1001110 111110 1001 101011011 1001111 110111

Color Harmonies of #E73258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73258

Black with #E73258

Text Example


Text Example

White with #E73258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73258; }

 p { color: rgb(231,50,88); }

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

background-color css

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

 a { background-color: rgb(231,50,88); }

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

border-color css

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

 span { border-color: rgb(231,50,88); }

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