#EF88BB

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

Shades of Persian Pink #EF88BB

Tints of Persian Pink #EF88BB

Color information

#EF88BB (or 0xEF88BB) is unknown color: approx Persian Pink. HEX triplet: EF, 88 and BB. RGB value is (239,136,187). Sum of RGB (Red+Green+Blue) = 239+136+187=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88BB is #107744. Grayscale: #ACACAC. Windows color (decimal): -1079109 or 12290287. OLE color: 12290287.

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

Color convert

RGB239136187-
CMYK00.430.220.06
HSL330.29º76.3%73.53%-
HSV(B)330.29º43.1%93.73%-
XYZ53.3739.5551.83-
YUV172.61136.12175.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=42.53%
G=24.20%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913618700.430.220.06330.2976.373.53
HexEF88BB02B16614a4c4a
Octal357210273053266512114112
Binary11101111100010001011101101010111011011010100101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88BB; }

 p { color: rgb(239,136,187); }

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

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

 a { background-color: rgb(239,136,187); }

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

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

 span { border-color: rgb(239,136,187); }

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