#EC73BE

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

Shades of Persian Pink #EC73BE

Tints of Persian Pink #EC73BE

Color information

#EC73BE (or 0xEC73BE) is unknown color: approx Persian Pink. HEX triplet: EC, 73 and BE. RGB value is (236,115,190). Sum of RGB (Red+Green+Blue) = 236+115+190=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BE is #138C41. Grayscale: #9F9F9F. Windows color (decimal): -1281090 or 12481516. OLE color: 12481516.

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

Color convert

RGB236115190-
CMYK00.510.190.07
HSL322.81º76.1%68.82%-
HSV(B)322.81º51.27%92.55%-
XYZ50.0233.8152.61-
YUV159.73145.09182.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=43.62%
G=21.26%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611519000.510.190.07322.8176.168.82
HexEC73BE0331371434c45
Octal354163276063237503114105
Binary1110110011100111011111001100111001111110100001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73BE; }

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

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

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

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

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

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

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

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