#E63153

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

Shades of Amaranth #E63153

Tints of Amaranth #E63153

Color information

#E63153 (or 0xE63153) is unknown color: approx Amaranth. HEX triplet: E6, 31 and 53. RGB value is (230,49,83). Sum of RGB (Red+Green+Blue) = 230+49+83=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E63153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63153 is #19CEAC. Grayscale: #6B6B6B. Windows color (decimal): -1691309 or 5452262. OLE color: 5452262.

HSL color Cylindrical-coordinate representation of color #E63153: hue angle of 348.73º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63153 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2304983-
CMYK00.790.640.10
HSL348.73º78.35%54.71%-
HSV(B)348.73º78.7%90.2%-
XYZ35.2919.6410.12-
YUV106.99114.47215.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 63.54%
GREEN value IS 49 (19.53% from 255) = 13.54%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=63.54%
G=13.54%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230498300.790.640.10348.7378.3554.71
HexE6315304F40A15d4e37
Octal3466112301171001253511667
Binary11100110110001101001101001111100000010101010111011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63153; }

 p { color: rgb(230,49,83); }

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

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

 a { background-color: rgb(230,49,83); }

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

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

 span { border-color: rgb(230,49,83); }

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