Html Css Color HEX #E62650 Amaranth

📋 copy color: '#E62650'

red 230 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #E62650

Tints of Amaranth #E62650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 66.09%
G = 10.92%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E62650 (or 0xE62650) is known color: Amaranth. HEX triplet: E6, 26 and 50. RGB value is (230,38,80). Sum of RGB (Red+Green+Blue) = 230+38+80=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E62650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62650 is #19D9AF. Grayscale: #646464. Windows color (decimal): -1694128 or 5252838. OLE color: 5252838.

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

Color convert

RGB 230 38 80 -
CMYK 0 0.83 0.65 0.10
HSL 346.88º 0.79% 0.53% -
HSV(B) 346.88º 0.83% 0.9% -
XYZ 34.77 18.79 9.38 -
YUV 100.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 230 38 80 0 0.83 0.65 0.10 346.88 0.79 0.53
Hex E6 26 50 0 53 41 A 15B 4F 35
Octal 346 46 120 0 123 101 12 533 117 65
Binary 11100110 100110 1010000 0 1010011 1000001 1010 101011011 1001111 110101

Color Harmonies of #E62650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62650

Black with #E62650

Text Example


Text Example

White with #E62650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62650; }

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

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

background-color css

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

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

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

border-color css

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

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

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