#ED86B2

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

Shades of Persian Pink #ED86B2

Tints of Persian Pink #ED86B2

Color information

#ED86B2 (or 0xED86B2) is unknown color: approx Persian Pink. HEX triplet: ED, 86 and B2. RGB value is (237,134,178). Sum of RGB (Red+Green+Blue) = 237+134+178=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86B2 is #12794D. Grayscale: #A9A9A9. Windows color (decimal): -1210702 or 11699949. OLE color: 11699949.

HSL color Cylindrical-coordinate representation of color #ED86B2: hue angle of 334.37º 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 #ED86B2 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237134178-
CMYK00.430.250.07
HSL334.37º74.1%72.75%-
HSV(B)334.37º43.46%92.94%-
XYZ51.4938.2746.79-
YUV169.81132.62175.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=43.17%
G=24.41%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713417800.430.250.07334.3774.172.75
HexED86B202B19714e4a49
Octal355206262053317516112111
Binary11101101100001101011001001010111100111110100111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86B2; }

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

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

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

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

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

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

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

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