#E065AA

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

Shades of Pale Violet Red #E065AA

Tints of Pale Violet Red #E065AA

Color information

#E065AA (or 0xE065AA) is unknown color: approx Pale Violet Red. HEX triplet: E0, 65 and AA. RGB value is (224,101,170). Sum of RGB (Red+Green+Blue) = 224+101+170=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E065AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065AA is #1F9A55. Grayscale: #919191. Windows color (decimal): -2071126 or 11167200. OLE color: 11167200.

HSL color Cylindrical-coordinate representation of color #E065AA: hue angle of 326.34º 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 #E065AA is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224101170-
CMYK00.550.240.12
HSL326.34º66.49%63.73%-
HSV(B)326.34º54.91%87.84%-
XYZ42.6528.0641.2-
YUV145.64141.75183.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=45.25%
G=20.40%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410117000.550.240.12326.3466.4963.73
HexE065AA03718C1464240
Octal3401452520673014506102100
Binary11100000110010110101010011011111000110010100011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065AA; }

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

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

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

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

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

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

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

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