Html Css Color HEX #E92A45 Amaranth

📋 copy color: '#E92A45'

red 233 ◦ green 42 ◦ blue 69

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

Shades of Amaranth #E92A45

Tints of Amaranth #E92A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.06%

R = 67.73%
G = 12.21%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E92A45 (or 0xE92A45) is known color: Amaranth. HEX triplet: E9, 2A and 45. RGB value is (233,42,69). Sum of RGB (Red+Green+Blue) = 233+42+69=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A45 is #16D5BA. Grayscale: #666666. Windows color (decimal): -1496507 or 4532969. OLE color: 4532969.

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

Color convert

RGB 233 42 69 -
CMYK 0 0.82 0.70 0.09
HSL 351.52º 0.81% 0.54% -
HSV(B) 351.52º 0.82% 0.91% -
XYZ 35.51 19.41 7.51 -
YUV 102.19 109.28 221.3 -
System Red Green Blue C M Y K H S L
Decimal 233 42 69 0 0.82 0.70 0.09 351.52 0.81 0.54
Hex E9 2A 45 0 52 46 9 160 51 36
Octal 351 52 105 0 122 106 11 540 121 66
Binary 11101001 101010 1000101 0 1010010 1000110 1001 101100000 1010001 110110

Color Harmonies of #E92A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A45

Black with #E92A45

Text Example


Text Example

White with #E92A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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