#E86DB9

Color #E86DB9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E86DB9

Tints of Persian Pink #E86DB9

Color information

#E86DB9 (or 0xE86DB9) is unknown color: approx Persian Pink. HEX triplet: E8, 6D and B9. RGB value is (232,109,185). Sum of RGB (Red+Green+Blue) = 232+109+185=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DB9 is #179246. Grayscale: #9A9A9A. Windows color (decimal): -1544775 or 12152296. OLE color: 12152296.

HSL color Cylindrical-coordinate representation of color #E86DB9: hue angle of 322.93º 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 #E86DB9 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232109185-
CMYK00.530.200.09
HSL322.93º72.78%66.86%-
HSV(B)322.93º53.02%90.98%-
XYZ47.531.649.49-
YUV154.44145.25183.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.11%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=44.11%
G=20.72%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210918500.530.200.09322.9372.7866.86
HexE86DB90351491434943
Octal3501552710652411503111103
Binary11101000110110110111001011010110100100110100001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DB9; }

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

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

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

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

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

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

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

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