Html Css Color HEX #E94558 Amaranth

📋 copy color: '#E94558'

red 233 ◦ green 69 ◦ blue 88

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

Shades of Amaranth #E94558

Tints of Amaranth #E94558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.56%

R = 59.74%
G = 17.69%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E94558 (or 0xE94558) is known color: Amaranth. HEX triplet: E9, 45 and 58. RGB value is (233,69,88). Sum of RGB (Red+Green+Blue) = 233+69+88=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E94558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94558 is #16BAA7. Grayscale: #787878. Windows color (decimal): -1489576 or 5785065. OLE color: 5785065.

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

Color convert

RGB 233 69 88 -
CMYK 0 0.70 0.62 0.09
HSL 353.05º 0.79% 0.59% -
HSV(B) 353.05º 0.7% 0.91% -
XYZ 37.49 22.28 11.56 -
YUV 120.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 233 69 88 0 0.70 0.62 0.09 353.05 0.79 0.59
Hex E9 45 58 0 46 3E 9 161 4F 3B
Octal 351 105 130 0 106 76 11 541 117 73
Binary 11101001 1000101 1011000 0 1000110 111110 1001 101100001 1001111 111011

Color Harmonies of #E94558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94558

Black with #E94558

Text Example


Text Example

White with #E94558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94558; }

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

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

background-color css

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

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

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

border-color css

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

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

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