#EF82BE

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

Shades of Persian Pink #EF82BE

Tints of Persian Pink #EF82BE

Color information

#EF82BE (or 0xEF82BE) is unknown color: approx Persian Pink. HEX triplet: EF, 82 and BE. RGB value is (239,130,190). Sum of RGB (Red+Green+Blue) = 239+130+190=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82BE is #107D41. Grayscale: #A9A9A9. Windows color (decimal): -1080642 or 12485359. OLE color: 12485359.

HSL color Cylindrical-coordinate representation of color #EF82BE: hue angle of 326.97º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF82BE is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239130190-
CMYK00.460.210.06
HSL326.97º77.3%72.35%-
HSV(B)326.97º45.61%93.73%-
XYZ52.8738.0353.27-
YUV169.43139.61177.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=42.75%
G=23.26%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913019000.460.210.06326.9777.372.35
HexEF82BE02E1561474d48
Octal357202276056256507115110
Binary11101111100000101011111001011101010111010100011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82BE; }

 p { color: rgb(239,130,190); }

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

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

 a { background-color: rgb(239,130,190); }

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

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

 span { border-color: rgb(239,130,190); }

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