Html Css Color HEX #E92050 Amaranth

📋 copy color: '#E92050'

red 233 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #E92050

Tints of Amaranth #E92050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 67.54%
G = 9.28%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E92050 (or 0xE92050) is known color: Amaranth. HEX triplet: E9, 20 and 50. RGB value is (233,32,80). Sum of RGB (Red+Green+Blue) = 233+32+80=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E92050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92050 is #16DFAF. Grayscale: #616161. Windows color (decimal): -1499056 or 5251305. OLE color: 5251305.

HSL color Cylindrical-coordinate representation of color #E92050: hue angle of 345.67º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92050 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 80 -
CMYK 0 0.86 0.66 0.09
HSL 345.67º 0.82% 0.52% -
HSV(B) 345.67º 0.86% 0.91% -
XYZ 35.57 18.94 9.37 -
YUV 97.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 233 32 80 0 0.86 0.66 0.09 345.67 0.82 0.52
Hex E9 20 50 0 56 42 9 15A 52 34
Octal 351 40 120 0 126 102 11 532 122 64
Binary 11101001 100000 1010000 0 1010110 1000010 1001 101011010 1010010 110100

Color Harmonies of #E92050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92050

Black with #E92050

Text Example


Text Example

White with #E92050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92050; }

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

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

background-color css

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

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

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

border-color css

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

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

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