Html Css Color HEX #E94550 Amaranth

📋 copy color: '#E94550'

red 233 ◦ green 69 ◦ blue 80

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

Shades of Amaranth #E94550

Tints of Amaranth #E94550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 60.99%
G = 18.06%
B = 20.94%

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

#E94550 (or 0xE94550) is known color: Amaranth. HEX triplet: E9, 45 and 50. RGB value is (233,69,80). Sum of RGB (Red+Green+Blue) = 233+69+80=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94550 is #16BAAF. Grayscale: #777777. Windows color (decimal): -1489584 or 5260777. OLE color: 5260777.

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

Color convert

RGB 233 69 80 -
CMYK 0 0.70 0.66 0.09
HSL 355.98º 0.79% 0.59% -
HSV(B) 355.98º 0.7% 0.91% -
XYZ 37.18 22.16 9.91 -
YUV 119.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 233 69 80 0 0.70 0.66 0.09 355.98 0.79 0.59
Hex E9 45 50 0 46 42 9 164 4F 3B
Octal 351 105 120 0 106 102 11 544 117 73
Binary 11101001 1000101 1010000 0 1000110 1000010 1001 101100100 1001111 111011

Color Harmonies of #E94550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94550

Black with #E94550

Text Example


Text Example

White with #E94550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94550; }

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

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

background-color css

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

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

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

border-color css

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

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

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