#E86DBC

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

Shades of Persian Pink #E86DBC

Tints of Persian Pink #E86DBC

Color information

#E86DBC (or 0xE86DBC) is unknown color: approx Persian Pink. HEX triplet: E8, 6D and BC. RGB value is (232,109,188). Sum of RGB (Red+Green+Blue) = 232+109+188=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DBC is #179243. Grayscale: #9A9A9A. Windows color (decimal): -1544772 or 12348904. OLE color: 12348904.

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

Color convert

RGB232109188-
CMYK00.530.190.09
HSL321.46º72.78%66.86%-
HSV(B)321.46º53.02%90.98%-
XYZ47.8231.7251.18-
YUV154.78146.75183.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=43.86%
G=20.60%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210918800.530.190.09321.4672.7866.86
HexE86DBC0351391414943
Octal3501552740652311501111103
Binary11101000110110110111100011010110011100110100000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DBC; }

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

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

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

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

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

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

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

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