Html Css Color HEX #E92E50 Amaranth

📋 copy color: '#E92E50'

red 233 ◦ green 46 ◦ blue 80

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

Shades of Amaranth #E92E50

Tints of Amaranth #E92E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.81%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 64.9%
G = 12.81%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E92E50 (or 0xE92E50) is known color: Amaranth. HEX triplet: E9, 2E and 50. RGB value is (233,46,80). Sum of RGB (Red+Green+Blue) = 233+46+80=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E50 is #16D1AF. Grayscale: #696969. Windows color (decimal): -1495472 or 5254889. OLE color: 5254889.

HSL color Cylindrical-coordinate representation of color #E92E50: hue angle of 349.09º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92E50 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 46 80 -
CMYK 0 0.80 0.66 0.09
HSL 349.09º 0.81% 0.55% -
HSV(B) 349.09º 0.8% 0.91% -
XYZ 36.03 19.86 9.52 -
YUV 105.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 233 46 80 0 0.80 0.66 0.09 349.09 0.81 0.55
Hex E9 2E 50 0 50 42 9 15D 51 37
Octal 351 56 120 0 120 102 11 535 121 67
Binary 11101001 101110 1010000 0 1010000 1000010 1001 101011101 1010001 110111

Color Harmonies of #E92E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92E50

Black with #E92E50

Text Example


Text Example

White with #E92E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92E50; }

 p { color: rgb(233,46,80); }

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

background-color css

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

 a { background-color: rgb(233,46,80); }

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

border-color css

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

 span { border-color: rgb(233,46,80); }

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