Html Css Color HEX #E62450 Amaranth

📋 copy color: '#E62450'

red 230 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #E62450

Tints of Amaranth #E62450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 66.47%
G = 10.4%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E62450 (or 0xE62450) is known color: Amaranth. HEX triplet: E6, 24 and 50. RGB value is (230,36,80). Sum of RGB (Red+Green+Blue) = 230+36+80=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E62450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62450 is #19DBAF. Grayscale: #636363. Windows color (decimal): -1694640 or 5252326. OLE color: 5252326.

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

Color convert

RGB 230 36 80 -
CMYK 0 0.84 0.65 0.10
HSL 346.39º 0.8% 0.52% -
HSV(B) 346.39º 0.84% 0.9% -
XYZ 34.71 18.66 9.36 -
YUV 99.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 230 36 80 0 0.84 0.65 0.10 346.39 0.8 0.52
Hex E6 24 50 0 54 41 A 15A 50 34
Octal 346 44 120 0 124 101 12 532 120 64
Binary 11100110 100100 1010000 0 1010100 1000001 1010 101011010 1010000 110100

Color Harmonies of #E62450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62450

Black with #E62450

Text Example


Text Example

White with #E62450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62450; }

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

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

background-color css

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

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

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

border-color css

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

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

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