Html Css Color HEX #E92959 Amaranth

📋 copy color: '#E92959'

red 233 ◦ green 41 ◦ blue 89

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

Shades of Amaranth #E92959

Tints of Amaranth #E92959

RGB

 RED value IS 233 (91.41% from 255) = 64.19%

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 64.19%
G = 11.29%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E92959 (or 0xE92959) is known color: Amaranth. HEX triplet: E9, 29 and 59. RGB value is (233,41,89). Sum of RGB (Red+Green+Blue) = 233+41+89=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E92959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92959 is #16D6A6. Grayscale: #676767. Windows color (decimal): -1496743 or 5843433. OLE color: 5843433.

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

Color convert

RGB 233 41 89 -
CMYK 0 0.82 0.62 0.09
HSL 345º 0.81% 0.54% -
HSV(B) 345º 0.82% 0.91% -
XYZ 36.2 19.63 11.33 -
YUV 103.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 233 41 89 0 0.82 0.62 0.09 345 0.81 0.54
Hex E9 29 59 0 52 3E 9 159 51 36
Octal 351 51 131 0 122 76 11 531 121 66
Binary 11101001 101001 1011001 0 1010010 111110 1001 101011001 1010001 110110

Color Harmonies of #E92959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92959

Black with #E92959

Text Example


Text Example

White with #E92959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92959; }

 p { color: rgb(233,41,89); }

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

background-color css

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

 a { background-color: rgb(233,41,89); }

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

border-color css

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

 span { border-color: rgb(233,41,89); }

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