#EC79BC

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

Shades of Persian Pink #EC79BC

Tints of Persian Pink #EC79BC

Color information

#EC79BC (or 0xEC79BC) is unknown color: approx Persian Pink. HEX triplet: EC, 79 and BC. RGB value is (236,121,188). Sum of RGB (Red+Green+Blue) = 236+121+188=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79BC is #138643. Grayscale: #A2A2A2. Windows color (decimal): -1279556 or 12351980. OLE color: 12351980.

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

Color convert

RGB236121188-
CMYK00.490.200.07
HSL325.04º75.16%70%-
HSV(B)325.04º48.73%92.55%-
XYZ50.5135.1451.7-
YUV163.02142.1180.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=43.30%
G=22.20%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612118800.490.200.07325.0475.1670
HexEC79BC0311471454b46
Octal354171274061247505113106
Binary1110110011110011011110001100011010011110100010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC79BC; }

 p { color: rgb(236,121,188); }

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

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

 a { background-color: rgb(236,121,188); }

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

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

 span { border-color: rgb(236,121,188); }

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