Html Css Color HEX #E92059 Amaranth

📋 copy color: '#E92059'

red 233 ◦ green 32 ◦ blue 89

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

Shades of Amaranth #E92059

Tints of Amaranth #E92059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 65.82%
G = 9.04%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E92059 (or 0xE92059) is known color: Amaranth. HEX triplet: E9, 20 and 59. RGB value is (233,32,89). Sum of RGB (Red+Green+Blue) = 233+32+89=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E92059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92059 is #16DFA6. Grayscale: #626262. Windows color (decimal): -1499047 or 5841129. OLE color: 5841129.

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

Color convert

RGB 233 32 89 -
CMYK 0 0.86 0.62 0.09
HSL 342.99º 0.82% 0.52% -
HSV(B) 342.99º 0.86% 0.91% -
XYZ 35.92 19.08 11.24 -
YUV 98.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 233 32 89 0 0.86 0.62 0.09 342.99 0.82 0.52
Hex E9 20 59 0 56 3E 9 157 52 34
Octal 351 40 131 0 126 76 11 527 122 64
Binary 11101001 100000 1011001 0 1010110 111110 1001 101010111 1010010 110100

Color Harmonies of #E92059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92059

Black with #E92059

Text Example


Text Example

White with #E92059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92059; }

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

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

background-color css

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

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

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

border-color css

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

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

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