Html Css Color HEX #E63350 Amaranth

📋 copy color: '#E63350'

red 230 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #E63350

Tints of Amaranth #E63350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

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

R = 63.71%
G = 14.13%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E63350 (or 0xE63350) is known color: Amaranth. HEX triplet: E6, 33 and 50. RGB value is (230,51,80). Sum of RGB (Red+Green+Blue) = 230+51+80=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E63350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63350 is #19CCAF. Grayscale: #6B6B6B. Windows color (decimal): -1690800 or 5256166. OLE color: 5256166.

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

Color convert

RGB 230 51 80 -
CMYK 0 0.78 0.65 0.10
HSL 350.28º 0.78% 0.55% -
HSV(B) 350.28º 0.78% 0.9% -
XYZ 35.26 19.77 9.55 -
YUV 107.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 230 51 80 0 0.78 0.65 0.10 350.28 0.78 0.55
Hex E6 33 50 0 4E 41 A 15E 4E 37
Octal 346 63 120 0 116 101 12 536 116 67
Binary 11100110 110011 1010000 0 1001110 1000001 1010 101011110 1001110 110111

Color Harmonies of #E63350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63350

Black with #E63350

Text Example


Text Example

White with #E63350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63350; }

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

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

background-color css

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

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

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

border-color css

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

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

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