Html Css Color HEX #E82750 Amaranth

📋 copy color: '#E82750'

red 232 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #E82750

Tints of Amaranth #E82750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

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

R = 66.1%
G = 11.11%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E82750 (or 0xE82750) is known color: Amaranth. HEX triplet: E8, 27 and 50. RGB value is (232,39,80). Sum of RGB (Red+Green+Blue) = 232+39+80=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E82750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82750 is #17D8AF. Grayscale: #656565. Windows color (decimal): -1562800 or 5253096. OLE color: 5253096.

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

Color convert

RGB 232 39 80 -
CMYK 0 0.83 0.66 0.09
HSL 347.25º 0.81% 0.53% -
HSV(B) 347.25º 0.83% 0.91% -
XYZ 35.45 19.19 9.42 -
YUV 101.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 232 39 80 0 0.83 0.66 0.09 347.25 0.81 0.53
Hex E8 27 50 0 53 42 9 15B 51 35
Octal 350 47 120 0 123 102 11 533 121 65
Binary 11101000 100111 1010000 0 1010011 1000010 1001 101011011 1010001 110101

Color Harmonies of #E82750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82750

Black with #E82750

Text Example


Text Example

White with #E82750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82750; }

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

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

background-color css

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

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

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

border-color css

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

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

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