Html Css Color HEX #E63147 Amaranth

📋 copy color: '#E63147'

red 230 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #E63147

Tints of Amaranth #E63147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 65.71%
G = 14%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E63147 (or 0xE63147) is known color: Amaranth. HEX triplet: E6, 31 and 47. RGB value is (230,49,71). Sum of RGB (Red+Green+Blue) = 230+49+71=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E63147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63147 is #19CEB8. Grayscale: #696969. Windows color (decimal): -1691321 or 4665830. OLE color: 4665830.

HSL color Cylindrical-coordinate representation of color #E63147: hue angle of 352.71º 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 #E63147 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 49 71 -
CMYK 0 0.79 0.69 0.10
HSL 352.71º 0.78% 0.55% -
HSV(B) 352.71º 0.79% 0.9% -
XYZ 34.87 19.47 7.88 -
YUV 105.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 230 49 71 0 0.79 0.69 0.10 352.71 0.78 0.55
Hex E6 31 47 0 4F 45 A 161 4E 37
Octal 346 61 107 0 117 105 12 541 116 67
Binary 11100110 110001 1000111 0 1001111 1000101 1010 101100001 1001110 110111

Color Harmonies of #E63147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63147

Black with #E63147

Text Example


Text Example

White with #E63147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63147; }

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

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

background-color css

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

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

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

border-color css

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

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

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