Html Css Color HEX #E94055 Amaranth

📋 copy color: '#E94055'

red 233 ◦ green 64 ◦ blue 85

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

Shades of Amaranth #E94055

Tints of Amaranth #E94055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

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

R = 60.99%
G = 16.75%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E94055 (or 0xE94055) is known color: Amaranth. HEX triplet: E9, 40 and 55. RGB value is (233,64,85). Sum of RGB (Red+Green+Blue) = 233+64+85=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94055 is #16BFAA. Grayscale: #757575. Windows color (decimal): -1490859 or 5587177. OLE color: 5587177.

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

Color convert

RGB 233 64 85 -
CMYK 0 0.73 0.64 0.09
HSL 352.54º 0.79% 0.58% -
HSV(B) 352.54º 0.73% 0.91% -
XYZ 37.08 21.65 10.82 -
YUV 116.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 233 64 85 0 0.73 0.64 0.09 352.54 0.79 0.58
Hex E9 40 55 0 49 40 9 161 4F 3A
Octal 351 100 125 0 111 100 11 541 117 72
Binary 11101001 1000000 1010101 0 1001001 1000000 1001 101100001 1001111 111010

Color Harmonies of #E94055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94055

Black with #E94055

Text Example


Text Example

White with #E94055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94055; }

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

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

background-color css

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

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

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

border-color css

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

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

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