Html Css Color HEX #E9375A Amaranth

📋 copy color: '#E9375A'

red 233 ◦ green 55 ◦ blue 90

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

Shades of Amaranth #E9375A

Tints of Amaranth #E9375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

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

R = 61.64%
G = 14.55%
B = 23.81%

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

#E9375A (or 0xE9375A) is known color: Amaranth. HEX triplet: E9, 37 and 5A. RGB value is (233,55,90). Sum of RGB (Red+Green+Blue) = 233+55+90=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9375A is #16C8A5. Grayscale: #707070. Windows color (decimal): -1493158 or 5912553. OLE color: 5912553.

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

Color convert

RGB 233 55 90 -
CMYK 0 0.76 0.61 0.09
HSL 348.2º 0.8% 0.56% -
HSV(B) 348.2º 0.76% 0.91% -
XYZ 36.82 20.79 11.75 -
YUV 112.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 233 55 90 0 0.76 0.61 0.09 348.2 0.8 0.56
Hex E9 37 5A 0 4C 3D 9 15C 50 38
Octal 351 67 132 0 114 75 11 534 120 70
Binary 11101001 110111 1011010 0 1001100 111101 1001 101011100 1010000 111000

Color Harmonies of #E9375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9375A

Black with #E9375A

Text Example


Text Example

White with #E9375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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