Html Css Color HEX #E94151 Amaranth

📋 copy color: '#E94151'

red 233 ◦ green 65 ◦ blue 81

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

Shades of Amaranth #E94151

Tints of Amaranth #E94151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

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

R = 61.48%
G = 17.15%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E94151 (or 0xE94151) is known color: Amaranth. HEX triplet: E9, 41 and 51. RGB value is (233,65,81). Sum of RGB (Red+Green+Blue) = 233+65+81=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E94151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94151 is #16BEAE. Grayscale: #757575. Windows color (decimal): -1490607 or 5325289. OLE color: 5325289.

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

Color convert

RGB 233 65 81 -
CMYK 0 0.72 0.65 0.09
HSL 354.29º 0.79% 0.58% -
HSV(B) 354.29º 0.72% 0.91% -
XYZ 36.98 21.7 10.02 -
YUV 117.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 233 65 81 0 0.72 0.65 0.09 354.29 0.79 0.58
Hex E9 41 51 0 48 41 9 162 4F 3A
Octal 351 101 121 0 110 101 11 542 117 72
Binary 11101001 1000001 1010001 0 1001000 1000001 1001 101100010 1001111 111010

Color Harmonies of #E94151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94151

Black with #E94151

Text Example


Text Example

White with #E94151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94151; }

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

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

background-color css

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

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

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

border-color css

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

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

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