Html Css Color HEX #E63F46 Amaranth

📋 copy color: '#E63F46'

red 230 ◦ green 63 ◦ blue 70

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

Shades of Amaranth #E63F46

Tints of Amaranth #E63F46

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 63.36%
G = 17.36%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E63F46 (or 0xE63F46) is known color: Amaranth. HEX triplet: E6, 3F and 46. RGB value is (230,63,70). Sum of RGB (Red+Green+Blue) = 230+63+70=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F46 is #19C0B9. Grayscale: #717171. Windows color (decimal): -1687738 or 4603878. OLE color: 4603878.

HSL color Cylindrical-coordinate representation of color #E63F46: hue angle of 357.49º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63F46 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 63 70 -
CMYK 0 0.73 0.70 0.10
HSL 357.49º 0.77% 0.57% -
HSV(B) 357.49º 0.73% 0.9% -
XYZ 35.52 20.82 7.94 -
YUV 113.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 230 63 70 0 0.73 0.70 0.10 357.49 0.77 0.57
Hex E6 3F 46 0 49 46 A 165 4D 39
Octal 346 77 106 0 111 106 12 545 115 71
Binary 11100110 111111 1000110 0 1001001 1000110 1010 101100101 1001101 111001

Color Harmonies of #E63F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63F46

Black with #E63F46

Text Example


Text Example

White with #E63F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63F46; }

 p { color: rgb(230,63,70); }

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

background-color css

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

 a { background-color: rgb(230,63,70); }

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

border-color css

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

 span { border-color: rgb(230,63,70); }

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