Html Css Color HEX #E92A49 Amaranth

📋 copy color: '#E92A49'

red 233 ◦ green 42 ◦ blue 73

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

Shades of Amaranth #E92A49

Tints of Amaranth #E92A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 66.95%
G = 12.07%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E92A49 (or 0xE92A49) is known color: Amaranth. HEX triplet: E9, 2A and 49. RGB value is (233,42,73). Sum of RGB (Red+Green+Blue) = 233+42+73=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A49 is #16D5B6. Grayscale: #666666. Windows color (decimal): -1496503 or 4795113. OLE color: 4795113.

HSL color Cylindrical-coordinate representation of color #E92A49: hue angle of 350.26º 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 #E92A49 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 42 73 -
CMYK 0 0.82 0.69 0.09
HSL 350.26º 0.81% 0.54% -
HSV(B) 350.26º 0.82% 0.91% -
XYZ 35.63 19.46 8.18 -
YUV 102.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 233 42 73 0 0.82 0.69 0.09 350.26 0.81 0.54
Hex E9 2A 49 0 52 45 9 15E 51 36
Octal 351 52 111 0 122 105 11 536 121 66
Binary 11101001 101010 1001001 0 1010010 1000101 1001 101011110 1010001 110110

Color Harmonies of #E92A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A49

Black with #E92A49

Text Example


Text Example

White with #E92A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A49; }

 p { color: rgb(233,42,73); }

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

background-color css

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

 a { background-color: rgb(233,42,73); }

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

border-color css

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

 span { border-color: rgb(233,42,73); }

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