#ef87b6

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

Shades of Persian Pink #EF87B6

Tints of Persian Pink #EF87B6

Color information

#EF87B6 (or 0xEF87B6) is unknown color: approx Persian Pink. HEX triplet: EF, 87 and B6. RGB value is (239,135,182). Sum of RGB (Red+Green+Blue) = 239+135+182=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87B6 is #107849. Grayscale: #ABABAB. Windows color (decimal): -1079370 or 11962351. OLE color: 11962351.

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

Color convert

RGB239135182-
CMYK00.440.240.06
HSL332.88º76.47%73.33%-
HSV(B)332.88º43.51%93.73%-
XYZ52.739.0649.02-
YUV171.45133.96176.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=42.99%
G=24.28%
B=32.73%

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
Decimal23913518200.440.240.06332.8876.4773.33
HexEF87B602C18614d4c49
Octal357207266054306515114111
Binary11101111100001111011011001011001100011010100110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef87b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef87b6; }

 p { color: rgb(239,135,182); }

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

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

 a { background-color: rgb(239,135,182); }

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

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

 span { border-color: rgb(239,135,182); }

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