#E064A2

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

Shades of Pale Violet Red #E064A2

Tints of Pale Violet Red #E064A2

Color information

#E064A2 (or 0xE064A2) is unknown color: approx Pale Violet Red. HEX triplet: E0, 64 and A2. RGB value is (224,100,162). Sum of RGB (Red+Green+Blue) = 224+100+162=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E064A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064A2 is #1F9B5D. Grayscale: #909090. Windows color (decimal): -2071390 or 10642656. OLE color: 10642656.

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

Color convert

RGB224100162-
CMYK00.550.280.12
HSL330º66.67%63.53%-
HSV(B)330º55.36%87.84%-
XYZ41.8227.5737.3-
YUV144.14138.08184.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=46.09%
G=20.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410016200.550.280.1233066.6763.53
HexE064A20371CC14a4340
Octal3401442420673414512103100
Binary11100000110010010100010011011111100110010100101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064A2; }

 p { color: rgb(224,100,162); }

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

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

 a { background-color: rgb(224,100,162); }

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

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

 span { border-color: rgb(224,100,162); }

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