Html Css Color HEX #E94256 Amaranth

📋 copy color: '#E94256'

red 233 ◦ green 66 ◦ blue 86

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

Shades of Amaranth #E94256

Tints of Amaranth #E94256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 60.52%
G = 17.14%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E94256 (or 0xE94256) is known color: Amaranth. HEX triplet: E9, 42 and 56. RGB value is (233,66,86). Sum of RGB (Red+Green+Blue) = 233+66+86=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E94256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94256 is #16BDA9. Grayscale: #767676. Windows color (decimal): -1490346 or 5653225. OLE color: 5653225.

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

Color convert

RGB 233 66 86 -
CMYK 0 0.72 0.63 0.09
HSL 352.81º 0.79% 0.59% -
HSV(B) 352.81º 0.72% 0.91% -
XYZ 37.23 21.89 11.07 -
YUV 118.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 233 66 86 0 0.72 0.63 0.09 352.81 0.79 0.59
Hex E9 42 56 0 48 3F 9 161 4F 3B
Octal 351 102 126 0 110 77 11 541 117 73
Binary 11101001 1000010 1010110 0 1001000 111111 1001 101100001 1001111 111011

Color Harmonies of #E94256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94256

Black with #E94256

Text Example


Text Example

White with #E94256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94256; }

 p { color: rgb(233,66,86); }

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

background-color css

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

 a { background-color: rgb(233,66,86); }

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

border-color css

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

 span { border-color: rgb(233,66,86); }

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