#EC78AD

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

Shades of Persian Pink #EC78AD

Tints of Persian Pink #EC78AD

Color information

#EC78AD (or 0xEC78AD) is unknown color: approx Persian Pink. HEX triplet: EC, 78 and AD. RGB value is (236,120,173). Sum of RGB (Red+Green+Blue) = 236+120+173=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC78AD is #138752. Grayscale: #A0A0A0. Windows color (decimal): -1279827 or 11368684. OLE color: 11368684.

HSL color Cylindrical-coordinate representation of color #EC78AD: hue angle of 332.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78AD is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236120173-
CMYK00.490.270.07
HSL332.59º75.32%69.8%-
HSV(B)332.59º49.15%92.55%-
XYZ48.8534.2843.58-
YUV160.73134.93181.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=44.61%
G=22.68%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612017300.490.270.07332.5975.3269.8
HexEC78AD0311B714d4b46
Octal354170255061337515113106
Binary1110110011110001010110101100011101111110100110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC78AD; }

 p { color: rgb(236,120,173); }

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

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

 a { background-color: rgb(236,120,173); }

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

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

 span { border-color: rgb(236,120,173); }

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