Html Css Color HEX #E93850 Amaranth

📋 copy color: '#E93850'

red 233 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #E93850

Tints of Amaranth #E93850

RGB

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

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

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

R = 63.14%
G = 15.18%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E93850 (or 0xE93850) is known color: Amaranth. HEX triplet: E9, 38 and 50. RGB value is (233,56,80). Sum of RGB (Red+Green+Blue) = 233+56+80=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E93850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93850 is #16C7AF. Grayscale: #6F6F6F. Windows color (decimal): -1492912 or 5257449. OLE color: 5257449.

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

Color convert

RGB 233 56 80 -
CMYK 0 0.76 0.66 0.09
HSL 351.86º 0.8% 0.57% -
HSV(B) 351.86º 0.76% 0.91% -
XYZ 36.47 20.73 9.67 -
YUV 111.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 233 56 80 0 0.76 0.66 0.09 351.86 0.8 0.57
Hex E9 38 50 0 4C 42 9 160 50 39
Octal 351 70 120 0 114 102 11 540 120 71
Binary 11101001 111000 1010000 0 1001100 1000010 1001 101100000 1010000 111001

Color Harmonies of #E93850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93850

Black with #E93850

Text Example


Text Example

White with #E93850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93850; }

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

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

background-color css

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

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

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

border-color css

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

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

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