Html Css Color HEX #E82148 Amaranth

📋 copy color: '#E82148'

red 232 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #E82148

Tints of Amaranth #E82148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 68.84%
G = 9.79%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E82148 (or 0xE82148) is known color: Amaranth. HEX triplet: E8, 21 and 48. RGB value is (232,33,72). Sum of RGB (Red+Green+Blue) = 232+33+72=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82148 is #17DEB7. Grayscale: #606060. Windows color (decimal): -1564344 or 4727272. OLE color: 4727272.

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

Color convert

RGB 232 33 72 -
CMYK 0 0.86 0.69 0.09
HSL 348.24º 0.81% 0.52% -
HSV(B) 348.24º 0.86% 0.91% -
XYZ 34.99 18.71 7.9 -
YUV 96.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 232 33 72 0 0.86 0.69 0.09 348.24 0.81 0.52
Hex E8 21 48 0 56 45 9 15C 51 34
Octal 350 41 110 0 126 105 11 534 121 64
Binary 11101000 100001 1001000 0 1010110 1000101 1001 101011100 1010001 110100

Color Harmonies of #E82148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82148

Black with #E82148

Text Example


Text Example

White with #E82148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82148; }

 p { color: rgb(232,33,72); }

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

background-color css

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

 a { background-color: rgb(232,33,72); }

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

border-color css

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

 span { border-color: rgb(232,33,72); }

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