#EF81BB

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

Shades of Persian Pink #EF81BB

Tints of Persian Pink #EF81BB

Color information

#EF81BB (or 0xEF81BB) is unknown color: approx Persian Pink. HEX triplet: EF, 81 and BB. RGB value is (239,129,187). Sum of RGB (Red+Green+Blue) = 239+129+187=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81BB is #107E44. Grayscale: #A8A8A8. Windows color (decimal): -1080901 or 12288495. OLE color: 12288495.

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

Color convert

RGB239129187-
CMYK00.460.220.06
HSL328.36º77.46%72.16%-
HSV(B)328.36º46.03%93.73%-
XYZ52.4237.6451.52-
YUV168.5138.44178.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=43.06%
G=23.24%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912918700.460.220.06328.3677.4672.16
HexEF81BB02E1661484d48
Octal357201273056266510115110
Binary11101111100000011011101101011101011011010100100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81BB; }

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

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

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

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

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

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

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

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