#E86DA4

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

Shades of Pale Violet Red #E86DA4

Tints of Pale Violet Red #E86DA4

Color information

#E86DA4 (or 0xE86DA4) is unknown color: approx Pale Violet Red. HEX triplet: E8, 6D and A4. RGB value is (232,109,164). Sum of RGB (Red+Green+Blue) = 232+109+164=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86DA4 is #17925B. Grayscale: #979797. Windows color (decimal): -1544796 or 10776040. OLE color: 10776040.

HSL color Cylindrical-coordinate representation of color #E86DA4: hue angle of 333.17º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DA4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB232109164-
CMYK00.530.290.09
HSL333.17º72.78%66.86%-
HSV(B)333.17º53.02%90.98%-
XYZ45.4530.7738.67-
YUV152.05134.75185.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.94%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=45.94%
G=21.58%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210916400.530.290.09333.1772.7866.86
HexE86DA40351D914d4943
Octal3501552440653511515111103
Binary11101000110110110100100011010111101100110100110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DA4; }

 p { color: rgb(232,109,164); }

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

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

 a { background-color: rgb(232,109,164); }

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

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

 span { border-color: rgb(232,109,164); }

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