#EC71BB

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

Shades of Persian Pink #EC71BB

Tints of Persian Pink #EC71BB

Color information

#EC71BB (or 0xEC71BB) is unknown color: approx Persian Pink. HEX triplet: EC, 71 and BB. RGB value is (236,113,187). Sum of RGB (Red+Green+Blue) = 236+113+187=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BB is #138E44. Grayscale: #9E9E9E. Windows color (decimal): -1281605 or 12284396. OLE color: 12284396.

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

Color convert

RGB236113187-
CMYK00.520.210.07
HSL323.9º76.4%68.43%-
HSV(B)323.9º52.12%92.55%-
XYZ49.4733.2350.82-
YUV158.21144.25183.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=44.03%
G=21.08%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611318700.520.210.07323.976.468.43
HexEC71BB0341571444c44
Octal354161273064257504114104
Binary1110110011100011011101101101001010111110100010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71BB; }

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

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

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

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

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

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

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

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