#EC71BD

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

Shades of Persian Pink #EC71BD

Tints of Persian Pink #EC71BD

Color information

#EC71BD (or 0xEC71BD) is unknown color: approx Persian Pink. HEX triplet: EC, 71 and BD. RGB value is (236,113,189). Sum of RGB (Red+Green+Blue) = 236+113+189=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BD is #138E42. Grayscale: #9E9E9E. Windows color (decimal): -1281603 or 12415468. OLE color: 12415468.

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

Color convert

RGB236113189-
CMYK00.520.200.07
HSL322.93º76.4%68.43%-
HSV(B)322.93º52.12%92.55%-
XYZ49.6833.3251.96-
YUV158.44145.25183.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=43.87%
G=21.00%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611318900.520.200.07322.9376.468.43
HexEC71BD0341471434c44
Octal354161275064247503114104
Binary1110110011100011011110101101001010011110100001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71BD; }

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

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

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

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

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

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

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

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