#ec73b0

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

Shades of Persian Pink #EC73B0

Tints of Persian Pink #EC73B0

Color information

#EC73B0 (or 0xEC73B0) is unknown color: approx Persian Pink. HEX triplet: EC, 73 and B0. RGB value is (236,115,176). Sum of RGB (Red+Green+Blue) = 236+115+176=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73B0 is #138C4F. Grayscale: #9E9E9E. Windows color (decimal): -1281104 or 11564012. OLE color: 11564012.

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

Color convert

RGB236115176-
CMYK00.510.250.07
HSL329.75º76.1%68.82%-
HSV(B)329.75º51.27%92.55%-
XYZ48.5633.2344.93-
YUV158.13138.09183.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 115 (45.31% from 255) = 21.82%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=44.78%
G=21.82%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611517600.510.250.07329.7576.168.82
HexEC73B003319714a4c45
Octal354163260063317512114105
Binary1110110011100111011000001100111100111110100101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec73b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec73b0; }

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

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

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

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

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

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

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

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