Html Css Color HEX #E9385A Amaranth

📋 copy color: '#E9385A'

red 233 ◦ green 56 ◦ blue 90

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

Shades of Amaranth #E9385A

Tints of Amaranth #E9385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.78%

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 61.48%
G = 14.78%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9385A (or 0xE9385A) is known color: Amaranth. HEX triplet: E9, 38 and 5A. RGB value is (233,56,90). Sum of RGB (Red+Green+Blue) = 233+56+90=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385A is #16C7A5. Grayscale: #707070. Windows color (decimal): -1492902 or 5912809. OLE color: 5912809.

HSL color Cylindrical-coordinate representation of color #E9385A: hue angle of 348.47º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9385A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 56 90 -
CMYK 0 0.76 0.61 0.09
HSL 348.47º 0.8% 0.57% -
HSV(B) 348.47º 0.76% 0.91% -
XYZ 36.86 20.89 11.76 -
YUV 112.8 115.14 213.74 -
System Red Green Blue C M Y K H S L
Decimal 233 56 90 0 0.76 0.61 0.09 348.47 0.8 0.57
Hex E9 38 5A 0 4C 3D 9 15C 50 39
Octal 351 70 132 0 114 75 11 534 120 71
Binary 11101001 111000 1011010 0 1001100 111101 1001 101011100 1010000 111001

Color Harmonies of #E9385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9385A

Black with #E9385A

Text Example


Text Example

White with #E9385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9385A; }

 p { color: rgb(233,56,90); }

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

background-color css

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

 a { background-color: rgb(233,56,90); }

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

border-color css

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

 span { border-color: rgb(233,56,90); }

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