Html Css Color HEX #E94248 Amaranth

📋 copy color: '#E94248'

red 233 ◦ green 66 ◦ blue 72

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

Shades of Amaranth #E94248

Tints of Amaranth #E94248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 62.8%
G = 17.79%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E94248 (or 0xE94248) is known color: Amaranth. HEX triplet: E9, 42 and 48. RGB value is (233,66,72). Sum of RGB (Red+Green+Blue) = 233+66+72=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E94248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94248 is #16BDB7. Grayscale: #747474. Windows color (decimal): -1490360 or 4735721. OLE color: 4735721.

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

Color convert

RGB 233 66 72 -
CMYK 0 0.72 0.69 0.09
HSL 357.84º 0.79% 0.59% -
HSV(B) 357.84º 0.72% 0.91% -
XYZ 36.72 21.69 8.38 -
YUV 116.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 233 66 72 0 0.72 0.69 0.09 357.84 0.79 0.59
Hex E9 42 48 0 48 45 9 166 4F 3B
Octal 351 102 110 0 110 105 11 546 117 73
Binary 11101001 1000010 1001000 0 1001000 1000101 1001 101100110 1001111 111011

Color Harmonies of #E94248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94248

Black with #E94248

Text Example


Text Example

White with #E94248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94248; }

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

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

background-color css

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

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

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

border-color css

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

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

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