#EC86B6

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

Shades of Persian Pink #EC86B6

Tints of Persian Pink #EC86B6

Color information

#EC86B6 (or 0xEC86B6) is unknown color: approx Persian Pink. HEX triplet: EC, 86 and B6. RGB value is (236,134,182). Sum of RGB (Red+Green+Blue) = 236+134+182=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86B6 is #137949. Grayscale: #A9A9A9. Windows color (decimal): -1276234 or 11962092. OLE color: 11962092.

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

Color convert

RGB236134182-
CMYK00.430.230.07
HSL331.76º72.86%72.55%-
HSV(B)331.76º43.22%92.55%-
XYZ51.5638.2648.92-
YUV169.97134.79175.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=42.75%
G=24.28%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613418200.430.230.07331.7672.8672.55
HexEC86B602B17714c4949
Octal354206266053277514111111
Binary11101100100001101011011001010111011111110100110010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86B6; }

 p { color: rgb(236,134,182); }

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

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

 a { background-color: rgb(236,134,182); }

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

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

 span { border-color: rgb(236,134,182); }

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