#ED86BC

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

Shades of Persian Pink #ED86BC

Tints of Persian Pink #ED86BC

Color information

#ED86BC (or 0xED86BC) is unknown color: approx Persian Pink. HEX triplet: ED, 86 and BC. RGB value is (237,134,188). Sum of RGB (Red+Green+Blue) = 237+134+188=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86BC is #127943. Grayscale: #AAAAAA. Windows color (decimal): -1210692 or 12355309. OLE color: 12355309.

HSL color Cylindrical-coordinate representation of color #ED86BC: hue angle of 328.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86BC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237134188-
CMYK00.430.210.07
HSL328.54º74.1%72.75%-
HSV(B)328.54º43.46%92.94%-
XYZ52.5338.6952.28-
YUV170.95137.62175.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=42.40%
G=23.97%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713418800.430.210.07328.5474.172.75
HexED86BC02B1571494a49
Octal355206274053257511112111
Binary11101101100001101011110001010111010111110100100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86BC; }

 p { color: rgb(237,134,188); }

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

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

 a { background-color: rgb(237,134,188); }

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

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

 span { border-color: rgb(237,134,188); }

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