#E86493

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

Shades of Pale Violet Red #E86493

Tints of Pale Violet Red #E86493

Color information

#E86493 (or 0xE86493) is unknown color: approx Pale Violet Red. HEX triplet: E8, 64 and 93. RGB value is (232,100,147). Sum of RGB (Red+Green+Blue) = 232+100+147=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E86493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86493 is #179B6C. Grayscale: #909090. Windows color (decimal): -1547117 or 9659624. OLE color: 9659624.

HSL color Cylindrical-coordinate representation of color #E86493: hue angle of 338.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86493 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB232100147-
CMYK00.570.370.09
HSL338.64º74.16%65.1%-
HSV(B)338.64º56.9%90.98%-
XYZ43.128.3830.81-
YUV144.83129.23190.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=48.43%
G=20.88%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210014700.570.370.09338.6474.1665.1
HexE864930392591534a41
Octal3501442230714511523112101
Binary111010001100100100100110111001100101100110101001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86493; }

 p { color: rgb(232,100,147); }

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

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

 a { background-color: rgb(232,100,147); }

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

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

 span { border-color: rgb(232,100,147); }

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