Html Css Color HEX #E94750 Amaranth

📋 copy color: '#E94750'

red 233 ◦ green 71 ◦ blue 80

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

Shades of Amaranth #E94750

Tints of Amaranth #E94750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

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

R = 60.68%
G = 18.49%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E94750 (or 0xE94750) is known color: Amaranth. HEX triplet: E9, 47 and 50. RGB value is (233,71,80). Sum of RGB (Red+Green+Blue) = 233+71+80=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E94750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94750 is #16B8AF. Grayscale: #787878. Windows color (decimal): -1489072 or 5261289. OLE color: 5261289.

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

Color convert

RGB 233 71 80 -
CMYK 0 0.70 0.66 0.09
HSL 356.67º 0.79% 0.6% -
HSV(B) 356.67º 0.7% 0.91% -
XYZ 37.31 22.41 9.95 -
YUV 120.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 233 71 80 0 0.70 0.66 0.09 356.67 0.79 0.6
Hex E9 47 50 0 46 42 9 165 4F 3C
Octal 351 107 120 0 106 102 11 545 117 74
Binary 11101001 1000111 1010000 0 1000110 1000010 1001 101100101 1001111 111100

Color Harmonies of #E94750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94750

Black with #E94750

Text Example


Text Example

White with #E94750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94750; }

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

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

background-color css

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

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

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

border-color css

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

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

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