Html Css Color HEX #E82350 Amaranth

📋 copy color: '#E82350'

red 232 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #E82350

Tints of Amaranth #E82350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

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

R = 66.86%
G = 10.09%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E82350 (or 0xE82350) is known color: Amaranth. HEX triplet: E8, 23 and 50. RGB value is (232,35,80). Sum of RGB (Red+Green+Blue) = 232+35+80=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E82350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82350 is #17DCAF. Grayscale: #636363. Windows color (decimal): -1563824 or 5252072. OLE color: 5252072.

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

Color convert

RGB 232 35 80 -
CMYK 0 0.85 0.66 0.09
HSL 346.29º 0.81% 0.52% -
HSV(B) 346.29º 0.85% 0.91% -
XYZ 35.33 18.94 9.38 -
YUV 99.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 232 35 80 0 0.85 0.66 0.09 346.29 0.81 0.52
Hex E8 23 50 0 55 42 9 15A 51 34
Octal 350 43 120 0 125 102 11 532 121 64
Binary 11101000 100011 1010000 0 1010101 1000010 1001 101011010 1010001 110100

Color Harmonies of #E82350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82350

Black with #E82350

Text Example


Text Example

White with #E82350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82350; }

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

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

background-color css

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

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

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

border-color css

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

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

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