#E64699

Color #E64699 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #E64699

Tints of Violet Red #E64699

Color information

#E64699 (or 0xE64699) is unknown color: approx Violet Red. HEX triplet: E6, 46 and 99. RGB value is (230,70,153). Sum of RGB (Red+Green+Blue) = 230+70+153=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E64699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64699 is #19B966. Grayscale: #7F7F7F. Windows color (decimal): -1685863 or 10045158. OLE color: 10045158.

HSL color Cylindrical-coordinate representation of color #E64699: hue angle of 328.88º 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 #E64699 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB23070153-
CMYK00.700.330.10
HSL328.88º76.19%58.82%-
HSV(B)328.88º69.57%90.2%-
XYZ40.5723.532.54-
YUV127.3142.51201.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.77%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=50.77%
G=15.45%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307015300.700.330.10328.8876.1958.82
HexE6469904621A1494c3b
Octal3461062310106411251111473
Binary111001101000110100110010100011010000110101010010011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64699; }

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

 H1.HeaderClassName
 {
   color: #E64699;
 }
 .AnyTagClassName
 {
   color: #E64699;
 }
</style>
background-color css

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

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

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

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

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

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