Html Css Color HEX #E93A50 Amaranth

📋 copy color: '#E93A50'

red 233 ◦ green 58 ◦ blue 80

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

Shades of Amaranth #E93A50

Tints of Amaranth #E93A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.63%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 62.8%
G = 15.63%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E93A50 (or 0xE93A50) is known color: Amaranth. HEX triplet: E9, 3A and 50. RGB value is (233,58,80). Sum of RGB (Red+Green+Blue) = 233+58+80=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93A50 is #16C5AF. Grayscale: #707070. Windows color (decimal): -1492400 or 5257961. OLE color: 5257961.

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

Color convert

RGB 233 58 80 -
CMYK 0 0.75 0.66 0.09
HSL 352.46º 0.8% 0.57% -
HSV(B) 352.46º 0.75% 0.91% -
XYZ 36.57 20.93 9.7 -
YUV 112.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 233 58 80 0 0.75 0.66 0.09 352.46 0.8 0.57
Hex E9 3A 50 0 4B 42 9 160 50 39
Octal 351 72 120 0 113 102 11 540 120 71
Binary 11101001 111010 1010000 0 1001011 1000010 1001 101100000 1010000 111001

Color Harmonies of #E93A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A50

Black with #E93A50

Text Example


Text Example

White with #E93A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A50; }

 p { color: rgb(233,58,80); }

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

background-color css

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

 a { background-color: rgb(233,58,80); }

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

border-color css

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

 span { border-color: rgb(233,58,80); }

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