Html Css Color HEX #E63452 Amaranth

📋 copy color: '#E63452'

red 230 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #E63452

Tints of Amaranth #E63452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

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

R = 63.19%
G = 14.29%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E63452 (or 0xE63452) is known color: Amaranth. HEX triplet: E6, 34 and 52. RGB value is (230,52,82). Sum of RGB (Red+Green+Blue) = 230+52+82=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E63452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63452 is #19CBAD. Grayscale: #6C6C6C. Windows color (decimal): -1690542 or 5387494. OLE color: 5387494.

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

Color convert

RGB 230 52 82 -
CMYK 0 0.77 0.64 0.10
HSL 349.89º 0.78% 0.55% -
HSV(B) 349.89º 0.77% 0.9% -
XYZ 35.38 19.89 9.96 -
YUV 108.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 230 52 82 0 0.77 0.64 0.10 349.89 0.78 0.55
Hex E6 34 52 0 4D 40 A 15E 4E 37
Octal 346 64 122 0 115 100 12 536 116 67
Binary 11100110 110100 1010010 0 1001101 1000000 1010 101011110 1001110 110111

Color Harmonies of #E63452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63452

Black with #E63452

Text Example


Text Example

White with #E63452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63452; }

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

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

background-color css

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

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

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

border-color css

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

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

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