#EF86BA

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

Shades of Persian Pink #EF86BA

Tints of Persian Pink #EF86BA

Color information

#EF86BA (or 0xEF86BA) is unknown color: approx Persian Pink. HEX triplet: EF, 86 and BA. RGB value is (239,134,186). Sum of RGB (Red+Green+Blue) = 239+134+186=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86BA is #107945. Grayscale: #ABABAB. Windows color (decimal): -1079622 or 12224239. OLE color: 12224239.

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

Color convert

RGB239134186-
CMYK00.440.220.06
HSL330.29º76.64%73.14%-
HSV(B)330.29º43.93%93.73%-
XYZ52.9838.9551.18-
YUV171.32136.29176.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=42.75%
G=23.97%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913418600.440.220.06330.2976.6473.14
HexEF86BA02C16614a4d49
Octal357206272054266512115111
Binary11101111100001101011101001011001011011010100101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF86BA; }

 p { color: rgb(239,134,186); }

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

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

 a { background-color: rgb(239,134,186); }

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

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

 span { border-color: rgb(239,134,186); }

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