#EC85BB

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

Shades of Persian Pink #EC85BB

Tints of Persian Pink #EC85BB

Color information

#EC85BB (or 0xEC85BB) is unknown color: approx Persian Pink. HEX triplet: EC, 85 and BB. RGB value is (236,133,187). Sum of RGB (Red+Green+Blue) = 236+133+187=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BB is #137A44. Grayscale: #A9A9A9. Windows color (decimal): -1276485 or 12289516. OLE color: 12289516.

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

Color convert

RGB236133187-
CMYK00.440.210.07
HSL328.54º73.05%72.35%-
HSV(B)328.54º43.64%92.55%-
XYZ51.9538.251.65-
YUV169.95137.62175.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=42.45%
G=23.92%
B=33.63%

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
Decimal23613318700.440.210.07328.5473.0572.35
HexEC85BB02C1571494948
Octal354205273054257511111110
Binary11101100100001011011101101011001010111110100100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85BB; }

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

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

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

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

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

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

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

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