Html Css Color HEX #E92D50 Amaranth

📋 copy color: '#E92D50'

red 233 ◦ green 45 ◦ blue 80

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

Shades of Amaranth #E92D50

Tints of Amaranth #E92D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.57%

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

R = 65.08%
G = 12.57%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E92D50 (or 0xE92D50) is known color: Amaranth. HEX triplet: E9, 2D and 50. RGB value is (233,45,80). Sum of RGB (Red+Green+Blue) = 233+45+80=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D50 is #16D2AF. Grayscale: #696969. Windows color (decimal): -1495728 or 5254633. OLE color: 5254633.

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

Color convert

RGB 233 45 80 -
CMYK 0 0.81 0.66 0.09
HSL 348.83º 0.81% 0.55% -
HSV(B) 348.83º 0.81% 0.91% -
XYZ 35.99 19.78 9.51 -
YUV 105.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 233 45 80 0 0.81 0.66 0.09 348.83 0.81 0.55
Hex E9 2D 50 0 51 42 9 15D 51 37
Octal 351 55 120 0 121 102 11 535 121 67
Binary 11101001 101101 1010000 0 1010001 1000010 1001 101011101 1010001 110111

Color Harmonies of #E92D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D50

Black with #E92D50

Text Example


Text Example

White with #E92D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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