Html Css Color HEX #E9305A Amaranth

📋 copy color: '#E9305A'

red 233 ◦ green 48 ◦ blue 90

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

Shades of Amaranth #E9305A

Tints of Amaranth #E9305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.94%

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

R = 62.8%
G = 12.94%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9305A (or 0xE9305A) is known color: Amaranth. HEX triplet: E9, 30 and 5A. RGB value is (233,48,90). Sum of RGB (Red+Green+Blue) = 233+48+90=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E9305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9305A is #16CFA5. Grayscale: #6C6C6C. Windows color (decimal): -1494950 or 5910761. OLE color: 5910761.

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

Color convert

RGB 233 48 90 -
CMYK 0 0.79 0.61 0.09
HSL 346.38º 0.81% 0.55% -
HSV(B) 346.38º 0.79% 0.91% -
XYZ 36.51 20.18 11.64 -
YUV 108.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 233 48 90 0 0.79 0.61 0.09 346.38 0.81 0.55
Hex E9 30 5A 0 4F 3D 9 15A 51 37
Octal 351 60 132 0 117 75 11 532 121 67
Binary 11101001 110000 1011010 0 1001111 111101 1001 101011010 1010001 110111

Color Harmonies of #E9305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9305A

Black with #E9305A

Text Example


Text Example

White with #E9305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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