#EC7FB8

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

Shades of Persian Pink #EC7FB8

Tints of Persian Pink #EC7FB8

Color information

#EC7FB8 (or 0xEC7FB8) is unknown color: approx Persian Pink. HEX triplet: EC, 7F and B8. RGB value is (236,127,184). Sum of RGB (Red+Green+Blue) = 236+127+184=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FB8 is #138047. Grayscale: #A5A5A5. Windows color (decimal): -1278024 or 12091372. OLE color: 12091372.

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

Color convert

RGB236127184-
CMYK00.460.220.07
HSL328.62º74.15%71.18%-
HSV(B)328.62º46.19%92.55%-
XYZ50.8336.4749.71-
YUV166.09138.11177.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=43.14%
G=23.22%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612718400.460.220.07328.6274.1571.18
HexEC7FB802E1671494a47
Octal354177270056267511112107
Binary1110110011111111011100001011101011011110100100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FB8; }

 p { color: rgb(236,127,184); }

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

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

 a { background-color: rgb(236,127,184); }

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

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

 span { border-color: rgb(236,127,184); }

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