Html Css Color HEX #E94058 Amaranth

📋 copy color: '#E94058'

red 233 ◦ green 64 ◦ blue 88

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

Shades of Amaranth #E94058

Tints of Amaranth #E94058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

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

R = 60.52%
G = 16.62%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E94058 (or 0xE94058) is known color: Amaranth. HEX triplet: E9, 40 and 58. RGB value is (233,64,88). Sum of RGB (Red+Green+Blue) = 233+64+88=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E94058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94058 is #16BFA7. Grayscale: #757575. Windows color (decimal): -1490856 or 5783785. OLE color: 5783785.

HSL color Cylindrical-coordinate representation of color #E94058: hue angle of 351.48º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94058 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 64 88 -
CMYK 0 0.73 0.62 0.09
HSL 351.48º 0.79% 0.58% -
HSV(B) 351.48º 0.73% 0.91% -
XYZ 37.2 21.7 11.46 -
YUV 117.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 233 64 88 0 0.73 0.62 0.09 351.48 0.79 0.58
Hex E9 40 58 0 49 3E 9 15F 4F 3A
Octal 351 100 130 0 111 76 11 537 117 72
Binary 11101001 1000000 1011000 0 1001001 111110 1001 101011111 1001111 111010

Color Harmonies of #E94058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94058

Black with #E94058

Text Example


Text Example

White with #E94058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94058; }

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

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

background-color css

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

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

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

border-color css

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

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

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