Html Css Color HEX #E83350 Amaranth

📋 copy color: '#E83350'

red 232 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #E83350

Tints of Amaranth #E83350

RGB

 RED value IS 232 (91.02% from 255) = 63.91%

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

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

R = 63.91%
G = 14.05%
B = 22.04%

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

#E83350 (or 0xE83350) is known color: Amaranth. HEX triplet: E8, 33 and 50. RGB value is (232,51,80). Sum of RGB (Red+Green+Blue) = 232+51+80=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E83350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83350 is #17CCAF. Grayscale: #6C6C6C. Windows color (decimal): -1559728 or 5256168. OLE color: 5256168.

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

Color convert

RGB 232 51 80 -
CMYK 0 0.78 0.66 0.09
HSL 350.39º 0.8% 0.55% -
HSV(B) 350.39º 0.78% 0.91% -
XYZ 35.91 20.1 9.58 -
YUV 108.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 232 51 80 0 0.78 0.66 0.09 350.39 0.8 0.55
Hex E8 33 50 0 4E 42 9 15E 50 37
Octal 350 63 120 0 116 102 11 536 120 67
Binary 11101000 110011 1010000 0 1001110 1000010 1001 101011110 1010000 110111

Color Harmonies of #E83350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83350

Black with #E83350

Text Example


Text Example

White with #E83350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83350; }

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

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

background-color css

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

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

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

border-color css

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

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

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