Html Css Color HEX #E63255 Amaranth

📋 copy color: '#E63255'

red 230 ◦ green 50 ◦ blue 85

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

Shades of Amaranth #E63255

Tints of Amaranth #E63255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 63.01%
G = 13.7%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E63255 (or 0xE63255) is known color: Amaranth. HEX triplet: E6, 32 and 55. RGB value is (230,50,85). Sum of RGB (Red+Green+Blue) = 230+50+85=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E63255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63255 is #19CDAA. Grayscale: #6B6B6B. Windows color (decimal): -1691051 or 5583590. OLE color: 5583590.

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

Color convert

RGB 230 50 85 -
CMYK 0 0.78 0.63 0.10
HSL 348.33º 0.78% 0.55% -
HSV(B) 348.33º 0.78% 0.9% -
XYZ 35.41 19.76 10.54 -
YUV 107.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 230 50 85 0 0.78 0.63 0.10 348.33 0.78 0.55
Hex E6 32 55 0 4E 3F A 15C 4E 37
Octal 346 62 125 0 116 77 12 534 116 67
Binary 11100110 110010 1010101 0 1001110 111111 1010 101011100 1001110 110111

Color Harmonies of #E63255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63255

Black with #E63255

Text Example


Text Example

White with #E63255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63255; }

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

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

background-color css

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

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

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

border-color css

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

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

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