Html Css Color HEX #E63650 Amaranth

📋 copy color: '#E63650'

red 230 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #E63650

Tints of Amaranth #E63650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 63.19%
G = 14.84%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E63650 (or 0xE63650) is known color: Amaranth. HEX triplet: E6, 36 and 50. RGB value is (230,54,80). Sum of RGB (Red+Green+Blue) = 230+54+80=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E63650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63650 is #19C9AF. Grayscale: #6D6D6D. Windows color (decimal): -1690032 or 5256934. OLE color: 5256934.

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

Color convert

RGB 230 54 80 -
CMYK 0 0.77 0.65 0.10
HSL 351.14º 0.78% 0.56% -
HSV(B) 351.14º 0.77% 0.9% -
XYZ 35.4 20.04 9.59 -
YUV 109.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 230 54 80 0 0.77 0.65 0.10 351.14 0.78 0.56
Hex E6 36 50 0 4D 41 A 15F 4E 38
Octal 346 66 120 0 115 101 12 537 116 70
Binary 11100110 110110 1010000 0 1001101 1000001 1010 101011111 1001110 111000

Color Harmonies of #E63650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63650

Black with #E63650

Text Example


Text Example

White with #E63650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63650; }

 p { color: rgb(230,54,80); }

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

background-color css

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

 a { background-color: rgb(230,54,80); }

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

border-color css

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

 span { border-color: rgb(230,54,80); }

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