#EC82B5

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

Shades of Persian Pink #EC82B5

Tints of Persian Pink #EC82B5

Color information

#EC82B5 (or 0xEC82B5) is unknown color: approx Persian Pink. HEX triplet: EC, 82 and B5. RGB value is (236,130,181). Sum of RGB (Red+Green+Blue) = 236+130+181=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82B5 is #137D4A. Grayscale: #A7A7A7. Windows color (decimal): -1277259 or 11895532. OLE color: 11895532.

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

Color convert

RGB236130181-
CMYK00.450.230.07
HSL331.13º73.61%71.76%-
HSV(B)331.13º44.92%92.55%-
XYZ50.9237.1348.2-
YUV167.51135.62176.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=43.14%
G=23.77%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613018100.450.230.07331.1373.6171.76
HexEC82B502D17714b4a48
Octal354202265055277513112110
Binary11101100100000101011010101011011011111110100101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82B5; }

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

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

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

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

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

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

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

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