#E686B7

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

Shades of Persian Pink #E686B7

Tints of Persian Pink #E686B7

Color information

#E686B7 (or 0xE686B7) is unknown color: approx Persian Pink. HEX triplet: E6, 86 and B7. RGB value is (230,134,183). Sum of RGB (Red+Green+Blue) = 230+134+183=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E686B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686B7 is #197948. Grayscale: #A8A8A8. Windows color (decimal): -1669449 or 12027622. OLE color: 12027622.

HSL color Cylindrical-coordinate representation of color #E686B7: hue angle of 329.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686B7 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB230134183-
CMYK00.420.200.10
HSL329.38º65.75%71.37%-
HSV(B)329.38º41.74%90.2%-
XYZ49.7137.2949.38-
YUV168.29136.3172.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=42.05%
G=24.50%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013418300.420.200.10329.3865.7571.37
HexE686B702A14A1494247
Octal3462062670522412511102107
Binary111001101000011010110111010101010100101010100100110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E686B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E686B7; }

 p { color: rgb(230,134,183); }

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

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

 a { background-color: rgb(230,134,183); }

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

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

 span { border-color: rgb(230,134,183); }

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