#EC7FB3

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

Shades of Persian Pink #EC7FB3

Tints of Persian Pink #EC7FB3

Color information

#EC7FB3 (or 0xEC7FB3) is unknown color: approx Persian Pink. HEX triplet: EC, 7F and B3. RGB value is (236,127,179). Sum of RGB (Red+Green+Blue) = 236+127+179=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FB3 is #13804C. Grayscale: #A5A5A5. Windows color (decimal): -1278029 or 11763692. OLE color: 11763692.

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

Color convert

RGB236127179-
CMYK00.460.240.07
HSL331.38º74.15%71.18%-
HSV(B)331.38º46.19%92.55%-
XYZ50.3236.2747-
YUV165.52135.61178.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=43.54%
G=23.43%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612717900.460.240.07331.3874.1571.18
HexEC7FB302E18714b4a47
Octal354177263056307513112107
Binary1110110011111111011001101011101100011110100101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FB3; }

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

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

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

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

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

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

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

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