#E065A8

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

Shades of Pale Violet Red #E065A8

Tints of Pale Violet Red #E065A8

Color information

#E065A8 (or 0xE065A8) is unknown color: approx Pale Violet Red. HEX triplet: E0, 65 and A8. RGB value is (224,101,168). Sum of RGB (Red+Green+Blue) = 224+101+168=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E065A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065A8 is #1F9A57. Grayscale: #919191. Windows color (decimal): -2071128 or 11036128. OLE color: 11036128.

HSL color Cylindrical-coordinate representation of color #E065A8: hue angle of 327.32º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065A8 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224101168-
CMYK00.550.250.12
HSL327.32º66.49%63.73%-
HSV(B)327.32º54.91%87.84%-
XYZ42.4627.9840.21-
YUV145.42140.75184.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 168 (66.02% from 255) = 34.08%
R=45.44%
G=20.49%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410116800.550.250.12327.3266.4963.73
HexE065A803719C1474240
Octal3401452500673114507102100
Binary11100000110010110101000011011111001110010100011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065A8; }

 p { color: rgb(224,101,168); }

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

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

 a { background-color: rgb(224,101,168); }

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

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

 span { border-color: rgb(224,101,168); }

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