#EC71B7

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

Shades of Persian Pink #EC71B7

Tints of Persian Pink #EC71B7

Color information

#EC71B7 (or 0xEC71B7) is unknown color: approx Persian Pink. HEX triplet: EC, 71 and B7. RGB value is (236,113,183). Sum of RGB (Red+Green+Blue) = 236+113+183=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B7 is #138E48. Grayscale: #9D9D9D. Windows color (decimal): -1281609 or 12022252. OLE color: 12022252.

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

Color convert

RGB236113183-
CMYK00.520.220.07
HSL325.85º76.4%68.43%-
HSV(B)325.85º52.12%92.55%-
XYZ49.0433.0648.6-
YUV157.76142.25183.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=44.36%
G=21.24%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611318300.520.220.07325.8576.468.43
HexEC71B70341671464c44
Octal354161267064267506114104
Binary1110110011100011011011101101001011011110100011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71B7; }

 p { color: rgb(236,113,183); }

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

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

 a { background-color: rgb(236,113,183); }

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

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

 span { border-color: rgb(236,113,183); }

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