Html Css Color HEX #E62452 Amaranth

📋 copy color: '#E62452'

red 230 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #E62452

Tints of Amaranth #E62452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 66.09%
G = 10.34%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E62452 (or 0xE62452) is known color: Amaranth. HEX triplet: E6, 24 and 52. RGB value is (230,36,82). Sum of RGB (Red+Green+Blue) = 230+36+82=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E62452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62452 is #19DBAD. Grayscale: #636363. Windows color (decimal): -1694638 or 5383398. OLE color: 5383398.

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

Color convert

RGB 230 36 82 -
CMYK 0 0.84 0.64 0.10
HSL 345.77º 0.8% 0.52% -
HSV(B) 345.77º 0.84% 0.9% -
XYZ 34.79 18.69 9.76 -
YUV 99.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 230 36 82 0 0.84 0.64 0.10 345.77 0.8 0.52
Hex E6 24 52 0 54 40 A 15A 50 34
Octal 346 44 122 0 124 100 12 532 120 64
Binary 11100110 100100 1010010 0 1010100 1000000 1010 101011010 1010000 110100

Color Harmonies of #E62452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62452

Black with #E62452

Text Example


Text Example

White with #E62452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62452; }

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

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

background-color css

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

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

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

border-color css

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

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

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