Html Css Color HEX #E94251 Amaranth

📋 copy color: '#E94251'

red 233 ◦ green 66 ◦ blue 81

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

Shades of Amaranth #E94251

Tints of Amaranth #E94251

RGB

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

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

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

R = 61.32%
G = 17.37%
B = 21.32%

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

#E94251 (or 0xE94251) is known color: Amaranth. HEX triplet: E9, 42 and 51. RGB value is (233,66,81). Sum of RGB (Red+Green+Blue) = 233+66+81=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E94251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94251 is #16BDAE. Grayscale: #757575. Windows color (decimal): -1490351 or 5325545. OLE color: 5325545.

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

Color convert

RGB 233 66 81 -
CMYK 0 0.72 0.65 0.09
HSL 354.61º 0.79% 0.59% -
HSV(B) 354.61º 0.72% 0.91% -
XYZ 37.04 21.81 10.04 -
YUV 117.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 233 66 81 0 0.72 0.65 0.09 354.61 0.79 0.59
Hex E9 42 51 0 48 41 9 163 4F 3B
Octal 351 102 121 0 110 101 11 543 117 73
Binary 11101001 1000010 1010001 0 1001000 1000001 1001 101100011 1001111 111011

Color Harmonies of #E94251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94251

Black with #E94251

Text Example


Text Example

White with #E94251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94251; }

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

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

background-color css

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

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

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

border-color css

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

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

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