Html Css Color HEX #E93350 Amaranth

📋 copy color: '#E93350'

red 233 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #E93350

Tints of Amaranth #E93350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 64.01%
G = 14.01%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E93350 (or 0xE93350) is known color: Amaranth. HEX triplet: E9, 33 and 50. RGB value is (233,51,80). Sum of RGB (Red+Green+Blue) = 233+51+80=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E93350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93350 is #16CCAF. Grayscale: #6C6C6C. Windows color (decimal): -1494192 or 5256169. OLE color: 5256169.

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

Color convert

RGB 233 51 80 -
CMYK 0 0.78 0.66 0.09
HSL 350.44º 0.81% 0.56% -
HSV(B) 350.44º 0.78% 0.91% -
XYZ 36.24 20.27 9.59 -
YUV 108.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 233 51 80 0 0.78 0.66 0.09 350.44 0.81 0.56
Hex E9 33 50 0 4E 42 9 15E 51 38
Octal 351 63 120 0 116 102 11 536 121 70
Binary 11101001 110011 1010000 0 1001110 1000010 1001 101011110 1010001 111000

Color Harmonies of #E93350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93350

Black with #E93350

Text Example


Text Example

White with #E93350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93350; }

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

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

background-color css

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

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

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

border-color css

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

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

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