#EC72C0

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

Shades of Persian Pink #EC72C0

Tints of Persian Pink #EC72C0

Color information

#EC72C0 (or 0xEC72C0) is unknown color: approx Persian Pink. HEX triplet: EC, 72 and C0. RGB value is (236,114,192). Sum of RGB (Red+Green+Blue) = 236+114+192=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72C0 is #138D3F. Grayscale: #9F9F9F. Windows color (decimal): -1281344 or 12612332. OLE color: 12612332.

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

Color convert

RGB236114192-
CMYK00.520.190.07
HSL321.64º76.25%68.63%-
HSV(B)321.64º51.69%92.55%-
XYZ50.1233.6753.73-
YUV159.37146.42182.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=43.54%
G=21.03%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611419200.520.190.07321.6476.2568.63
HexEC72C00341371424c45
Octal354162300064237502114105
Binary1110110011100101100000001101001001111110100001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72C0; }

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

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

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

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

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

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

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

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