Html Css Color HEX #E94655 Amaranth

📋 copy color: '#E94655'

red 233 ◦ green 70 ◦ blue 85

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

Shades of Amaranth #E94655

Tints of Amaranth #E94655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 60.05%
G = 18.04%
B = 21.91%

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

#E94655 (or 0xE94655) is known color: Amaranth. HEX triplet: E9, 46 and 55. RGB value is (233,70,85). Sum of RGB (Red+Green+Blue) = 233+70+85=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E94655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94655 is #16B9AA. Grayscale: #787878. Windows color (decimal): -1489323 or 5588713. OLE color: 5588713.

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

Color convert

RGB 233 70 85 -
CMYK 0 0.70 0.64 0.09
HSL 354.48º 0.79% 0.59% -
HSV(B) 354.48º 0.7% 0.91% -
XYZ 37.43 22.36 10.94 -
YUV 120.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 233 70 85 0 0.70 0.64 0.09 354.48 0.79 0.59
Hex E9 46 55 0 46 40 9 162 4F 3B
Octal 351 106 125 0 106 100 11 542 117 73
Binary 11101001 1000110 1010101 0 1000110 1000000 1001 101100010 1001111 111011

Color Harmonies of #E94655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94655

Black with #E94655

Text Example


Text Example

White with #E94655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94655; }

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

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

background-color css

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

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

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

border-color css

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

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

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