Html Css Color HEX #E94051 Amaranth

📋 copy color: '#E94051'

red 233 ◦ green 64 ◦ blue 81

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

Shades of Amaranth #E94051

Tints of Amaranth #E94051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.43%

R = 61.64%
G = 16.93%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E94051 (or 0xE94051) is known color: Amaranth. HEX triplet: E9, 40 and 51. RGB value is (233,64,81). Sum of RGB (Red+Green+Blue) = 233+64+81=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E94051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94051 is #16BFAE. Grayscale: #747474. Windows color (decimal): -1490863 or 5325033. OLE color: 5325033.

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

Color convert

RGB 233 64 81 -
CMYK 0 0.73 0.65 0.09
HSL 353.96º 0.79% 0.58% -
HSV(B) 353.96º 0.73% 0.91% -
XYZ 36.92 21.58 10 -
YUV 116.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 233 64 81 0 0.73 0.65 0.09 353.96 0.79 0.58
Hex E9 40 51 0 49 41 9 162 4F 3A
Octal 351 100 121 0 111 101 11 542 117 72
Binary 11101001 1000000 1010001 0 1001001 1000001 1001 101100010 1001111 111010

Color Harmonies of #E94051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94051

Black with #E94051

Text Example


Text Example

White with #E94051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94051; }

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

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

background-color css

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

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

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

border-color css

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

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

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