Html Css Color HEX #E63050 Amaranth

📋 copy color: '#E63050'

red 230 ◦ green 48 ◦ blue 80

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

Shades of Amaranth #E63050

Tints of Amaranth #E63050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 64.25%
G = 13.41%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E63050 (or 0xE63050) is known color: Amaranth. HEX triplet: E6, 30 and 50. RGB value is (230,48,80). Sum of RGB (Red+Green+Blue) = 230+48+80=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E63050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63050 is #19CFAF. Grayscale: #6A6A6A. Windows color (decimal): -1691568 or 5255398. OLE color: 5255398.

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

Color convert

RGB 230 48 80 -
CMYK 0 0.79 0.65 0.10
HSL 349.45º 0.78% 0.55% -
HSV(B) 349.45º 0.79% 0.9% -
XYZ 35.14 19.52 9.5 -
YUV 106.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 230 48 80 0 0.79 0.65 0.10 349.45 0.78 0.55
Hex E6 30 50 0 4F 41 A 15D 4E 37
Octal 346 60 120 0 117 101 12 535 116 67
Binary 11100110 110000 1010000 0 1001111 1000001 1010 101011101 1001110 110111

Color Harmonies of #E63050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63050

Black with #E63050

Text Example


Text Example

White with #E63050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63050; }

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

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

background-color css

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

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

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

border-color css

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

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

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