#EC71BF

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

Shades of Persian Pink #EC71BF

Tints of Persian Pink #EC71BF

Color information

#EC71BF (or 0xEC71BF) is unknown color: approx Persian Pink. HEX triplet: EC, 71 and BF. RGB value is (236,113,191). Sum of RGB (Red+Green+Blue) = 236+113+191=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BF is #138E40. Grayscale: #9E9E9E. Windows color (decimal): -1281601 or 12546540. OLE color: 12546540.

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

Color convert

RGB236113191-
CMYK00.520.190.07
HSL321.95º76.4%68.43%-
HSV(B)321.95º52.12%92.55%-
XYZ49.933.453.11-
YUV158.67146.25183.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 191 (75% from 255) = 35.37%
R=43.70%
G=20.93%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611319100.520.190.07321.9576.468.43
HexEC71BF0341371424c44
Octal354161277064237502114104
Binary1110110011100011011111101101001001111110100001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71BF; }

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

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

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

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

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

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

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

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