Html Css Color HEX #E63152 Amaranth

📋 copy color: '#E63152'

red 230 ◦ green 49 ◦ blue 82

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

Shades of Amaranth #E63152

Tints of Amaranth #E63152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 63.71%
G = 13.57%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E63152 (or 0xE63152) is known color: Amaranth. HEX triplet: E6, 31 and 52. RGB value is (230,49,82). Sum of RGB (Red+Green+Blue) = 230+49+82=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E63152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63152 is #19CEAD. Grayscale: #6A6A6A. Windows color (decimal): -1691310 or 5386726. OLE color: 5386726.

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

Color convert

RGB 230 49 82 -
CMYK 0 0.79 0.64 0.10
HSL 349.06º 0.78% 0.55% -
HSV(B) 349.06º 0.79% 0.9% -
XYZ 35.25 19.63 9.91 -
YUV 106.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 230 49 82 0 0.79 0.64 0.10 349.06 0.78 0.55
Hex E6 31 52 0 4F 40 A 15D 4E 37
Octal 346 61 122 0 117 100 12 535 116 67
Binary 11100110 110001 1010010 0 1001111 1000000 1010 101011101 1001110 110111

Color Harmonies of #E63152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63152

Black with #E63152

Text Example


Text Example

White with #E63152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63152; }

 p { color: rgb(230,49,82); }

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

background-color css

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

 a { background-color: rgb(230,49,82); }

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

border-color css

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

 span { border-color: rgb(230,49,82); }

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