#ED82BA

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

Shades of Persian Pink #ED82BA

Tints of Persian Pink #ED82BA

Color information

#ED82BA (or 0xED82BA) is unknown color: approx Persian Pink. HEX triplet: ED, 82 and BA. RGB value is (237,130,186). Sum of RGB (Red+Green+Blue) = 237+130+186=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82BA is #127D45. Grayscale: #A8A8A8. Windows color (decimal): -1211718 or 12223213. OLE color: 12223213.

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

Color convert

RGB237130186-
CMYK00.450.220.07
HSL328.6º74.83%71.96%-
HSV(B)328.6º45.15%92.94%-
XYZ51.7737.5150.97-
YUV168.38137.95176.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=42.86%
G=23.51%
B=33.63%

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
Decimal23713018600.450.220.07328.674.8371.96
HexED82BA02D1671494b48
Octal355202272055267511113110
Binary11101101100000101011101001011011011011110100100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82BA; }

 p { color: rgb(237,130,186); }

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

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

 a { background-color: rgb(237,130,186); }

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

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

 span { border-color: rgb(237,130,186); }

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