Html Css Color HEX #E63144 Amaranth

📋 copy color: '#E63144'

red 230 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #E63144

Tints of Amaranth #E63144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 66.28%
G = 14.12%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E63144 (or 0xE63144) is known color: Amaranth. HEX triplet: E6, 31 and 44. RGB value is (230,49,68). Sum of RGB (Red+Green+Blue) = 230+49+68=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E63144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63144 is #19CEBB. Grayscale: #696969. Windows color (decimal): -1691324 or 4469222. OLE color: 4469222.

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

Color convert

RGB 230 49 68 -
CMYK 0 0.79 0.70 0.10
HSL 353.7º 0.78% 0.55% -
HSV(B) 353.7º 0.79% 0.9% -
XYZ 34.77 19.44 7.39 -
YUV 105.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 230 49 68 0 0.79 0.70 0.10 353.7 0.78 0.55
Hex E6 31 44 0 4F 46 A 162 4E 37
Octal 346 61 104 0 117 106 12 542 116 67
Binary 11100110 110001 1000100 0 1001111 1000110 1010 101100010 1001110 110111

Color Harmonies of #E63144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63144

Black with #E63144

Text Example


Text Example

White with #E63144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63144; }

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

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

background-color css

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

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

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

border-color css

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

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

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