#ec85b5

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

Shades of Persian Pink #EC85B5

Tints of Persian Pink #EC85B5

Color information

#EC85B5 (or 0xEC85B5) is unknown color: approx Persian Pink. HEX triplet: EC, 85 and B5. RGB value is (236,133,181). Sum of RGB (Red+Green+Blue) = 236+133+181=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85B5 is #137A4A. Grayscale: #A9A9A9. Windows color (decimal): -1276491 or 11896300. OLE color: 11896300.

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

Color convert

RGB236133181-
CMYK00.440.230.07
HSL332.04º73.05%72.35%-
HSV(B)332.04º43.64%92.55%-
XYZ51.3237.9448.34-
YUV169.27134.62175.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=42.91%
G=24.18%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613318100.440.230.07332.0473.0572.35
HexEC85B502C17714c4948
Octal354205265054277514111110
Binary11101100100001011011010101011001011111110100110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec85b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec85b5; }

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

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

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

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

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

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

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

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