#E62F48

Color #E62F48 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E62F48

Tints of Amaranth #E62F48

Color information

#E62F48 (or 0xE62F48) is unknown color: approx Amaranth. HEX triplet: E6, 2F and 48. RGB value is (230,47,72). Sum of RGB (Red+Green+Blue) = 230+47+72=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62F48 is #19D0B7. Grayscale: #686868. Windows color (decimal): -1691832 or 4730854. OLE color: 4730854.

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

Color convert

RGB2304772-
CMYK00.800.690.10
HSL351.8º78.54%54.31%-
HSV(B)351.8º79.57%90.2%-
XYZ34.8219.328.03-
YUV104.57109.63217.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.90%
GREEN value IS 47 (18.75% from 255) = 13.47%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=65.90%
G=13.47%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230477200.800.690.10351.878.5454.31
HexE62F4805045A1604f36
Octal3465711001201051254011766
Binary11100110101111100100001010000100010110101011000001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62F48; }

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

 H1.HeaderClassName
 {
   color: #E62F48;
 }
 .AnyTagClassName
 {
   color: #E62F48;
 }
</style>
background-color css

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

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

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

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

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

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