Html Css Color HEX #E62255 Amaranth

📋 copy color: '#E62255'

red 230 ◦ green 34 ◦ blue 85

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

Shades of Amaranth #E62255

Tints of Amaranth #E62255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.74%

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

R = 65.9%
G = 9.74%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E62255 (or 0xE62255) is known color: Amaranth. HEX triplet: E6, 22 and 55. RGB value is (230,34,85). Sum of RGB (Red+Green+Blue) = 230+34+85=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E62255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62255 is #19DDAA. Grayscale: #626262. Windows color (decimal): -1695147 or 5579494. OLE color: 5579494.

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

Color convert

RGB 230 34 85 -
CMYK 0 0.85 0.63 0.10
HSL 344.39º 0.8% 0.52% -
HSV(B) 344.39º 0.85% 0.9% -
XYZ 34.84 18.62 10.35 -
YUV 98.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 230 34 85 0 0.85 0.63 0.10 344.39 0.8 0.52
Hex E6 22 55 0 55 3F A 158 50 34
Octal 346 42 125 0 125 77 12 530 120 64
Binary 11100110 100010 1010101 0 1010101 111111 1010 101011000 1010000 110100

Color Harmonies of #E62255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62255

Black with #E62255

Text Example


Text Example

White with #E62255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62255; }

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

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

background-color css

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

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

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

border-color css

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

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

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