Html Css Color HEX #E93050 Amaranth

📋 copy color: '#E93050'

red 233 ◦ green 48 ◦ blue 80

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

Shades of Amaranth #E93050

Tints of Amaranth #E93050

RGB

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

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

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

R = 64.54%
G = 13.3%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E93050 (or 0xE93050) is known color: Amaranth. HEX triplet: E9, 30 and 50. RGB value is (233,48,80). Sum of RGB (Red+Green+Blue) = 233+48+80=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E93050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93050 is #16CFAF. Grayscale: #6B6B6B. Windows color (decimal): -1494960 or 5255401. OLE color: 5255401.

HSL color Cylindrical-coordinate representation of color #E93050: hue angle of 349.62º 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 #E93050 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 48 80 -
CMYK 0 0.79 0.66 0.09
HSL 349.62º 0.81% 0.55% -
HSV(B) 349.62º 0.79% 0.91% -
XYZ 36.11 20.02 9.55 -
YUV 106.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 233 48 80 0 0.79 0.66 0.09 349.62 0.81 0.55
Hex E9 30 50 0 4F 42 9 15E 51 37
Octal 351 60 120 0 117 102 11 536 121 67
Binary 11101001 110000 1010000 0 1001111 1000010 1001 101011110 1010001 110111

Color Harmonies of #E93050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93050

Black with #E93050

Text Example


Text Example

White with #E93050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93050; }

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

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

background-color css

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

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

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

border-color css

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

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

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