#ec72b3

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

Shades of Persian Pink #EC72B3

Tints of Persian Pink #EC72B3

Color information

#EC72B3 (or 0xEC72B3) is unknown color: approx Persian Pink. HEX triplet: EC, 72 and B3. RGB value is (236,114,179). Sum of RGB (Red+Green+Blue) = 236+114+179=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72B3 is #138D4C. Grayscale: #9D9D9D. Windows color (decimal): -1281357 or 11760364. OLE color: 11760364.

HSL color Cylindrical-coordinate representation of color #EC72B3: hue angle of 328.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72B3 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236114179-
CMYK00.520.240.07
HSL328.03º76.25%68.63%-
HSV(B)328.03º51.69%92.55%-
XYZ48.7533.1246.47-
YUV157.89139.92183.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=44.61%
G=21.55%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611417900.520.240.07328.0376.2568.63
HexEC72B30341871484c45
Octal354162263064307510114105
Binary1110110011100101011001101101001100011110100100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec72b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec72b3; }

 p { color: rgb(236,114,179); }

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

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

 a { background-color: rgb(236,114,179); }

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

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

 span { border-color: rgb(236,114,179); }

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