#EC73BD

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

Shades of Persian Pink #EC73BD

Tints of Persian Pink #EC73BD

Color information

#EC73BD (or 0xEC73BD) is unknown color: approx Persian Pink. HEX triplet: EC, 73 and BD. RGB value is (236,115,189). Sum of RGB (Red+Green+Blue) = 236+115+189=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BD is #138C42. Grayscale: #9F9F9F. Windows color (decimal): -1281091 or 12415980. OLE color: 12415980.

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

Color convert

RGB236115189-
CMYK00.510.200.07
HSL323.31º76.1%68.82%-
HSV(B)323.31º51.27%92.55%-
XYZ49.9133.7752.03-
YUV159.61144.59182.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 115 (45.31% from 255) = 21.30%
BLUE value IS 189 (74.22% from 255) = 35%
R=43.70%
G=21.30%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611518900.510.200.07323.3176.168.82
HexEC73BD0331471434c45
Octal354163275063247503114105
Binary1110110011100111011110101100111010011110100001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73BD; }

 p { color: rgb(236,115,189); }

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

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

 a { background-color: rgb(236,115,189); }

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

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

 span { border-color: rgb(236,115,189); }

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