Html Css Color HEX #E92A4E Amaranth

📋 copy color: '#E92A4E'

red 233 ◦ green 42 ◦ blue 78

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

Shades of Amaranth #E92A4E

Tints of Amaranth #E92A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 66.01%
G = 11.9%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E92A4E (or 0xE92A4E) is known color: Amaranth. HEX triplet: E9, 2A and 4E. RGB value is (233,42,78). Sum of RGB (Red+Green+Blue) = 233+42+78=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A4E is #16D5B1. Grayscale: #676767. Windows color (decimal): -1496498 or 5122793. OLE color: 5122793.

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

Color convert

RGB 233 42 78 -
CMYK 0 0.82 0.67 0.09
HSL 348.69º 0.81% 0.54% -
HSV(B) 348.69º 0.82% 0.91% -
XYZ 35.81 19.53 9.09 -
YUV 103.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 233 42 78 0 0.82 0.67 0.09 348.69 0.81 0.54
Hex E9 2A 4E 0 52 43 9 15D 51 36
Octal 351 52 116 0 122 103 11 535 121 66
Binary 11101001 101010 1001110 0 1010010 1000011 1001 101011101 1010001 110110

Color Harmonies of #E92A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A4E

Black with #E92A4E

Text Example


Text Example

White with #E92A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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