#EF86B5

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

Shades of Persian Pink #EF86B5

Tints of Persian Pink #EF86B5

Color information

#EF86B5 (or 0xEF86B5) is unknown color: approx Persian Pink. HEX triplet: EF, 86 and B5. RGB value is (239,134,181). Sum of RGB (Red+Green+Blue) = 239+134+181=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86B5 is #10794A. Grayscale: #AAAAAA. Windows color (decimal): -1079627 or 11896559. OLE color: 11896559.

HSL color Cylindrical-coordinate representation of color #EF86B5: hue angle of 333.14º 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 #EF86B5 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239134181-
CMYK00.440.240.06
HSL333.14º76.64%73.14%-
HSV(B)333.14º43.93%93.73%-
XYZ52.4638.7448.43-
YUV170.75133.79176.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=43.14%
G=24.19%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913418100.440.240.06333.1476.6473.14
HexEF86B502C18614d4d49
Octal357206265054306515115111
Binary11101111100001101011010101011001100011010100110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF86B5; }

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

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

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

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

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

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

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

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