Html Css Color HEX #E64452 Amaranth

📋 copy color: '#E64452'

red 230 ◦ green 68 ◦ blue 82

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

Shades of Amaranth #E64452

Tints of Amaranth #E64452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 60.53%
G = 17.89%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E64452 (or 0xE64452) is known color: Amaranth. HEX triplet: E6, 44 and 52. RGB value is (230,68,82). Sum of RGB (Red+Green+Blue) = 230+68+82=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E64452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64452 is #19BBAD. Grayscale: #767676. Windows color (decimal): -1686446 or 5391590. OLE color: 5391590.

HSL color Cylindrical-coordinate representation of color #E64452: hue angle of 354.81º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64452 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 68 82 -
CMYK 0 0.70 0.64 0.10
HSL 354.81º 0.76% 0.58% -
HSV(B) 354.81º 0.7% 0.9% -
XYZ 36.22 21.57 10.24 -
YUV 118.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 230 68 82 0 0.70 0.64 0.10 354.81 0.76 0.58
Hex E6 44 52 0 46 40 A 163 4C 3A
Octal 346 104 122 0 106 100 12 543 114 72
Binary 11100110 1000100 1010010 0 1000110 1000000 1010 101100011 1001100 111010

Color Harmonies of #E64452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64452

Black with #E64452

Text Example


Text Example

White with #E64452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64452; }

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

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

background-color css

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

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

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

border-color css

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

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

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