#ED85BA

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

Shades of Persian Pink #ED85BA

Tints of Persian Pink #ED85BA

Color information

#ED85BA (or 0xED85BA) is unknown color: approx Persian Pink. HEX triplet: ED, 85 and BA. RGB value is (237,133,186). Sum of RGB (Red+Green+Blue) = 237+133+186=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85BA is #127A45. Grayscale: #AAAAAA. Windows color (decimal): -1210950 or 12223981. OLE color: 12223981.

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

Color convert

RGB237133186-
CMYK00.440.220.07
HSL329.42º74.29%72.55%-
HSV(B)329.42º43.88%92.94%-
XYZ52.1838.3251.1-
YUV170.14136.96175.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=42.63%
G=23.92%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713318600.440.220.07329.4274.2972.55
HexED85BA02C1671494a49
Octal355205272054267511112111
Binary11101101100001011011101001011001011011110100100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED85BA; }

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

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

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

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

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

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

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

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