#EC82B9

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

Shades of Persian Pink #EC82B9

Tints of Persian Pink #EC82B9

Color information

#EC82B9 (or 0xEC82B9) is unknown color: approx Persian Pink. HEX triplet: EC, 82 and B9. RGB value is (236,130,185). Sum of RGB (Red+Green+Blue) = 236+130+185=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82B9 is #137D46. Grayscale: #A7A7A7. Windows color (decimal): -1277255 or 12157676. OLE color: 12157676.

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

Color convert

RGB236130185-
CMYK00.450.220.07
HSL328.87º73.61%71.76%-
HSV(B)328.87º44.92%92.55%-
XYZ51.3337.350.39-
YUV167.96137.62176.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=42.83%
G=23.59%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613018500.450.220.07328.8773.6171.76
HexEC82B902D1671494a48
Octal354202271055267511112110
Binary11101100100000101011100101011011011011110100100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82B9; }

 p { color: rgb(236,130,185); }

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

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

 a { background-color: rgb(236,130,185); }

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

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

 span { border-color: rgb(236,130,185); }

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