#EC71B6

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

Shades of Persian Pink #EC71B6

Tints of Persian Pink #EC71B6

Color information

#EC71B6 (or 0xEC71B6) is unknown color: approx Persian Pink. HEX triplet: EC, 71 and B6. RGB value is (236,113,182). Sum of RGB (Red+Green+Blue) = 236+113+182=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B6 is #138E49. Grayscale: #9D9D9D. Windows color (decimal): -1281610 or 11956716. OLE color: 11956716.

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

Color convert

RGB236113182-
CMYK00.520.230.07
HSL326.34º76.4%68.43%-
HSV(B)326.34º52.12%92.55%-
XYZ48.9433.0248.05-
YUV157.64141.75183.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=44.44%
G=21.28%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611318200.520.230.07326.3476.468.43
HexEC71B60341771464c44
Octal354161266064277506114104
Binary1110110011100011011011001101001011111110100011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71B6; }

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

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

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

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

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

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

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

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