Html Css Color HEX #E62150 Amaranth

📋 copy color: '#E62150'

red 230 ◦ green 33 ◦ blue 80

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

Shades of Amaranth #E62150

Tints of Amaranth #E62150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

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

R = 67.06%
G = 9.62%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E62150 (or 0xE62150) is known color: Amaranth. HEX triplet: E6, 21 and 50. RGB value is (230,33,80). Sum of RGB (Red+Green+Blue) = 230+33+80=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E62150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62150 is #19DEAF. Grayscale: #616161. Windows color (decimal): -1695408 or 5251558. OLE color: 5251558.

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

Color convert

RGB 230 33 80 -
CMYK 0 0.86 0.65 0.10
HSL 345.69º 0.8% 0.52% -
HSV(B) 345.69º 0.86% 0.9% -
XYZ 34.62 18.49 9.33 -
YUV 97.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 230 33 80 0 0.86 0.65 0.10 345.69 0.8 0.52
Hex E6 21 50 0 56 41 A 15A 50 34
Octal 346 41 120 0 126 101 12 532 120 64
Binary 11100110 100001 1010000 0 1010110 1000001 1010 101011010 1010000 110100

Color Harmonies of #E62150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62150

Black with #E62150

Text Example


Text Example

White with #E62150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62150; }

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

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

background-color css

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

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

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

border-color css

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

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

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