Html Css Color HEX #E64652 Amaranth

📋 copy color: '#E64652'

red 230 ◦ green 70 ◦ blue 82

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

Shades of Amaranth #E64652

Tints of Amaranth #E64652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 60.21%
G = 18.32%
B = 21.47%

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

#E64652 (or 0xE64652) is known color: Amaranth. HEX triplet: E6, 46 and 52. RGB value is (230,70,82). Sum of RGB (Red+Green+Blue) = 230+70+82=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64652 is #19B9AD. Grayscale: #777777. Windows color (decimal): -1685934 or 5392102. OLE color: 5392102.

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

Color convert

RGB 230 70 82 -
CMYK 0 0.70 0.64 0.10
HSL 355.5º 0.76% 0.59% -
HSV(B) 355.5º 0.7% 0.9% -
XYZ 36.35 21.81 10.28 -
YUV 119.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 230 70 82 0 0.70 0.64 0.10 355.5 0.76 0.59
Hex E6 46 52 0 46 40 A 164 4C 3B
Octal 346 106 122 0 106 100 12 544 114 73
Binary 11100110 1000110 1010010 0 1000110 1000000 1010 101100100 1001100 111011

Color Harmonies of #E64652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64652

Black with #E64652

Text Example


Text Example

White with #E64652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64652; }

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

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

background-color css

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

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

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

border-color css

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

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

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