#ED85BC

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

Shades of Persian Pink #ED85BC

Tints of Persian Pink #ED85BC

Color information

#ED85BC (or 0xED85BC) is unknown color: approx Persian Pink. HEX triplet: ED, 85 and BC. RGB value is (237,133,188). Sum of RGB (Red+Green+Blue) = 237+133+188=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85BC is #127A43. Grayscale: #AAAAAA. Windows color (decimal): -1210948 or 12355053. OLE color: 12355053.

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

Color convert

RGB237133188-
CMYK00.440.210.07
HSL328.27º74.29%72.55%-
HSV(B)328.27º43.88%92.94%-
XYZ52.3938.4152.23-
YUV170.37137.96175.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=42.47%
G=23.84%
B=33.69%

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
Decimal23713318800.440.210.07328.2774.2972.55
HexED85BC02C1571484a49
Octal355205274054257510112111
Binary11101101100001011011110001011001010111110100100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED85BC; }

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

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

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

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

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

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

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

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