Html Css Color HEX #E62048 Amaranth

📋 copy color: '#E62048'

red 230 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #E62048

Tints of Amaranth #E62048

RGB

 RED value IS 230 (90.23% from 255) = 68.86%

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 68.86%
G = 9.58%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E62048 (or 0xE62048) is known color: Amaranth. HEX triplet: E6, 20 and 48. RGB value is (230,32,72). Sum of RGB (Red+Green+Blue) = 230+32+72=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E62048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62048 is #19DFB7. Grayscale: #5F5F5F. Windows color (decimal): -1695672 or 4727014. OLE color: 4727014.

HSL color Cylindrical-coordinate representation of color #E62048: hue angle of 347.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62048 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 72 -
CMYK 0 0.86 0.69 0.10
HSL 347.88º 0.8% 0.51% -
HSV(B) 347.88º 0.86% 0.9% -
XYZ 34.32 18.32 7.86 -
YUV 95.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 230 32 72 0 0.86 0.69 0.10 347.88 0.8 0.51
Hex E6 20 48 0 56 45 A 15C 50 33
Octal 346 40 110 0 126 105 12 534 120 63
Binary 11100110 100000 1001000 0 1010110 1000101 1010 101011100 1010000 110011

Color Harmonies of #E62048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62048

Black with #E62048

Text Example


Text Example

White with #E62048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62048; }

 p { color: rgb(230,32,72); }

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

background-color css

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

 a { background-color: rgb(230,32,72); }

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

border-color css

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

 span { border-color: rgb(230,32,72); }

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