Html Css Color HEX #E62355 Amaranth

📋 copy color: '#E62355'

red 230 ◦ green 35 ◦ blue 85

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

Shades of Amaranth #E62355

Tints of Amaranth #E62355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

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

R = 65.71%
G = 10%
B = 24.29%

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

#E62355 (or 0xE62355) is known color: Amaranth. HEX triplet: E6, 23 and 55. RGB value is (230,35,85). Sum of RGB (Red+Green+Blue) = 230+35+85=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E62355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62355 is #19DCAA. Grayscale: #636363. Windows color (decimal): -1694891 or 5579750. OLE color: 5579750.

HSL color Cylindrical-coordinate representation of color #E62355: hue angle of 344.62º 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 #E62355 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 35 85 -
CMYK 0 0.85 0.63 0.10
HSL 344.62º 0.8% 0.52% -
HSV(B) 344.62º 0.85% 0.9% -
XYZ 34.87 18.68 10.36 -
YUV 99.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 230 35 85 0 0.85 0.63 0.10 344.62 0.8 0.52
Hex E6 23 55 0 55 3F A 159 50 34
Octal 346 43 125 0 125 77 12 531 120 64
Binary 11100110 100011 1010101 0 1010101 111111 1010 101011001 1010000 110100

Color Harmonies of #E62355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62355

Black with #E62355

Text Example


Text Example

White with #E62355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62355; }

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

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

background-color css

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

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

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

border-color css

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

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

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