Html Css Color HEX #E62055 Amaranth

📋 copy color: '#E62055'

red 230 ◦ green 32 ◦ blue 85

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

Shades of Amaranth #E62055

Tints of Amaranth #E62055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 66.28%
G = 9.22%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E62055 (or 0xE62055) is known color: Amaranth. HEX triplet: E6, 20 and 55. RGB value is (230,32,85). Sum of RGB (Red+Green+Blue) = 230+32+85=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E62055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62055 is #19DFAA. Grayscale: #616161. Windows color (decimal): -1695659 or 5578982. OLE color: 5578982.

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

Color convert

RGB 230 32 85 -
CMYK 0 0.86 0.63 0.10
HSL 343.94º 0.8% 0.51% -
HSV(B) 343.94º 0.86% 0.9% -
XYZ 34.79 18.51 10.33 -
YUV 97.24 121.1 222.69 -
System Red Green Blue C M Y K H S L
Decimal 230 32 85 0 0.86 0.63 0.10 343.94 0.8 0.51
Hex E6 20 55 0 56 3F A 158 50 33
Octal 346 40 125 0 126 77 12 530 120 63
Binary 11100110 100000 1010101 0 1010110 111111 1010 101011000 1010000 110011

Color Harmonies of #E62055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62055

Black with #E62055

Text Example


Text Example

White with #E62055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62055; }

 p { color: rgb(230,32,85); }

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

background-color css

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

 a { background-color: rgb(230,32,85); }

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

border-color css

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

 span { border-color: rgb(230,32,85); }

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