Html Css Color HEX #E94355 Amaranth

📋 copy color: '#E94355'

red 233 ◦ green 67 ◦ blue 85

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

Shades of Amaranth #E94355

Tints of Amaranth #E94355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 60.52%
G = 17.4%
B = 22.08%

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

#E94355 (or 0xE94355) is known color: Amaranth. HEX triplet: E9, 43 and 55. RGB value is (233,67,85). Sum of RGB (Red+Green+Blue) = 233+67+85=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E94355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94355 is #16BCAA. Grayscale: #767676. Windows color (decimal): -1490091 or 5587945. OLE color: 5587945.

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

Color convert

RGB 233 67 85 -
CMYK 0 0.71 0.64 0.09
HSL 353.49º 0.79% 0.59% -
HSV(B) 353.49º 0.71% 0.91% -
XYZ 37.25 21.99 10.88 -
YUV 118.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 233 67 85 0 0.71 0.64 0.09 353.49 0.79 0.59
Hex E9 43 55 0 47 40 9 161 4F 3B
Octal 351 103 125 0 107 100 11 541 117 73
Binary 11101001 1000011 1010101 0 1000111 1000000 1001 101100001 1001111 111011

Color Harmonies of #E94355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94355

Black with #E94355

Text Example


Text Example

White with #E94355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94355; }

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

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

background-color css

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

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

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

border-color css

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

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

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