Html Css Color HEX #E94555 Amaranth

📋 copy color: '#E94555'

red 233 ◦ green 69 ◦ blue 85

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

Shades of Amaranth #E94555

Tints of Amaranth #E94555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 60.21%
G = 17.83%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E94555 (or 0xE94555) is known color: Amaranth. HEX triplet: E9, 45 and 55. RGB value is (233,69,85). Sum of RGB (Red+Green+Blue) = 233+69+85=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E94555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94555 is #16BAAA. Grayscale: #777777. Windows color (decimal): -1489579 or 5588457. OLE color: 5588457.

HSL color Cylindrical-coordinate representation of color #E94555: hue angle of 354.15º 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 #E94555 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 85 -
CMYK 0 0.70 0.64 0.09
HSL 354.15º 0.79% 0.59% -
HSV(B) 354.15º 0.7% 0.91% -
XYZ 37.37 22.24 10.92 -
YUV 119.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 233 69 85 0 0.70 0.64 0.09 354.15 0.79 0.59
Hex E9 45 55 0 46 40 9 162 4F 3B
Octal 351 105 125 0 106 100 11 542 117 73
Binary 11101001 1000101 1010101 0 1000110 1000000 1001 101100010 1001111 111011

Color Harmonies of #E94555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94555

Black with #E94555

Text Example


Text Example

White with #E94555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94555; }

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

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

background-color css

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

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

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

border-color css

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

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

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