#EC85BA

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

Shades of Persian Pink #EC85BA

Tints of Persian Pink #EC85BA

Color information

#EC85BA (or 0xEC85BA) is unknown color: approx Persian Pink. HEX triplet: EC, 85 and BA. RGB value is (236,133,186). Sum of RGB (Red+Green+Blue) = 236+133+186=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BA is #137A45. Grayscale: #A9A9A9. Windows color (decimal): -1276486 or 12223980. OLE color: 12223980.

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

Color convert

RGB236133186-
CMYK00.440.210.07
HSL329.13º73.05%72.35%-
HSV(B)329.13º43.64%92.55%-
XYZ51.8438.1551.09-
YUV169.84137.12175.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=42.52%
G=23.96%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613318600.440.210.07329.1373.0572.35
HexEC85BA02C1571494948
Octal354205272054257511111110
Binary11101100100001011011101001011001010111110100100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85BA; }

 p { color: rgb(236,133,186); }

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

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

 a { background-color: rgb(236,133,186); }

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

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

 span { border-color: rgb(236,133,186); }

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