Html Css Color HEX #E62852 Amaranth

📋 copy color: '#E62852'

red 230 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #E62852

Tints of Amaranth #E62852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 65.34%
G = 11.36%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E62852 (or 0xE62852) is known color: Amaranth. HEX triplet: E6, 28 and 52. RGB value is (230,40,82). Sum of RGB (Red+Green+Blue) = 230+40+82=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E62852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62852 is #19D7AD. Grayscale: #656565. Windows color (decimal): -1693614 or 5384422. OLE color: 5384422.

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

Color convert

RGB 230 40 82 -
CMYK 0 0.83 0.64 0.10
HSL 346.74º 0.79% 0.53% -
HSV(B) 346.74º 0.83% 0.9% -
XYZ 34.91 18.95 9.8 -
YUV 101.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 230 40 82 0 0.83 0.64 0.10 346.74 0.79 0.53
Hex E6 28 52 0 53 40 A 15B 4F 35
Octal 346 50 122 0 123 100 12 533 117 65
Binary 11100110 101000 1010010 0 1010011 1000000 1010 101011011 1001111 110101

Color Harmonies of #E62852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62852

Black with #E62852

Text Example


Text Example

White with #E62852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62852; }

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

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

background-color css

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

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

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

border-color css

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

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

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