Html Css Color HEX #E83252 Amaranth

📋 copy color: '#E83252'

red 232 ◦ green 50 ◦ blue 82

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

Shades of Amaranth #E83252

Tints of Amaranth #E83252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 63.74%
G = 13.74%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E83252 (or 0xE83252) is known color: Amaranth. HEX triplet: E8, 32 and 52. RGB value is (232,50,82). Sum of RGB (Red+Green+Blue) = 232+50+82=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E83252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83252 is #17CDAD. Grayscale: #6C6C6C. Windows color (decimal): -1559982 or 5386984. OLE color: 5386984.

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

Color convert

RGB 232 50 82 -
CMYK 0 0.78 0.65 0.09
HSL 349.45º 0.8% 0.55% -
HSV(B) 349.45º 0.78% 0.91% -
XYZ 35.94 20.05 9.96 -
YUV 108.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 232 50 82 0 0.78 0.65 0.09 349.45 0.8 0.55
Hex E8 32 52 0 4E 41 9 15D 50 37
Octal 350 62 122 0 116 101 11 535 120 67
Binary 11101000 110010 1010010 0 1001110 1000001 1001 101011101 1010000 110111

Color Harmonies of #E83252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83252

Black with #E83252

Text Example


Text Example

White with #E83252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83252; }

 p { color: rgb(232,50,82); }

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

background-color css

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

 a { background-color: rgb(232,50,82); }

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

border-color css

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

 span { border-color: rgb(232,50,82); }

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