Html Css Color HEX #E92949 Amaranth

📋 copy color: '#E92949'

red 233 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #E92949

Tints of Amaranth #E92949

RGB

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

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

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

R = 67.15%
G = 11.82%
B = 21.04%

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

#E92949 (or 0xE92949) is known color: Amaranth. HEX triplet: E9, 29 and 49. RGB value is (233,41,73). Sum of RGB (Red+Green+Blue) = 233+41+73=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E92949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92949 is #16D6B6. Grayscale: #666666. Windows color (decimal): -1496759 or 4794857. OLE color: 4794857.

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

Color convert

RGB 233 41 73 -
CMYK 0 0.82 0.69 0.09
HSL 350º 0.81% 0.54% -
HSV(B) 350º 0.82% 0.91% -
XYZ 35.6 19.39 8.17 -
YUV 102.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 233 41 73 0 0.82 0.69 0.09 350 0.81 0.54
Hex E9 29 49 0 52 45 9 15E 51 36
Octal 351 51 111 0 122 105 11 536 121 66
Binary 11101001 101001 1001001 0 1010010 1000101 1001 101011110 1010001 110110

Color Harmonies of #E92949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92949

Black with #E92949

Text Example


Text Example

White with #E92949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92949; }

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

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

background-color css

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

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

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

border-color css

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

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

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