Html Css Color HEX #E94354 Amaranth

📋 copy color: '#E94354'

red 233 ◦ green 67 ◦ blue 84

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

Shades of Amaranth #E94354

Tints of Amaranth #E94354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

 BLUE value IS 84 (33.2% from 255) = 21.88%

R = 60.68%
G = 17.45%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E94354 (or 0xE94354) is known color: Amaranth. HEX triplet: E9, 43 and 54. RGB value is (233,67,84). Sum of RGB (Red+Green+Blue) = 233+67+84=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E94354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94354 is #16BCAB. Grayscale: #767676. Windows color (decimal): -1490092 or 5522409. OLE color: 5522409.

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

Color convert

RGB 233 67 84 -
CMYK 0 0.71 0.64 0.09
HSL 353.86º 0.79% 0.59% -
HSV(B) 353.86º 0.71% 0.91% -
XYZ 37.21 21.98 10.67 -
YUV 118.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 233 67 84 0 0.71 0.64 0.09 353.86 0.79 0.59
Hex E9 43 54 0 47 40 9 162 4F 3B
Octal 351 103 124 0 107 100 11 542 117 73
Binary 11101001 1000011 1010100 0 1000111 1000000 1001 101100010 1001111 111011

Color Harmonies of #E94354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94354

Black with #E94354

Text Example


Text Example

White with #E94354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94354; }

 p { color: rgb(233,67,84); }

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

background-color css

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

 a { background-color: rgb(233,67,84); }

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

border-color css

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

 span { border-color: rgb(233,67,84); }

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