#EC79BB

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

Shades of Persian Pink #EC79BB

Tints of Persian Pink #EC79BB

Color information

#EC79BB (or 0xEC79BB) is unknown color: approx Persian Pink. HEX triplet: EC, 79 and BB. RGB value is (236,121,187). Sum of RGB (Red+Green+Blue) = 236+121+187=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79BB is #138644. Grayscale: #A2A2A2. Windows color (decimal): -1279557 or 12286444. OLE color: 12286444.

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

Color convert

RGB236121187-
CMYK00.490.210.07
HSL325.57º75.16%70%-
HSV(B)325.57º48.73%92.55%-
XYZ50.435.151.13-
YUV162.91141.6180.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=43.38%
G=22.24%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612118700.490.210.07325.5775.1670
HexEC79BB0311571464b46
Octal354171273061257506113106
Binary1110110011110011011101101100011010111110100011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC79BB; }

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

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

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

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

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

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

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

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