#EF83BB

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

Shades of Persian Pink #EF83BB

Tints of Persian Pink #EF83BB

Color information

#EF83BB (or 0xEF83BB) is unknown color: approx Persian Pink. HEX triplet: EF, 83 and BB. RGB value is (239,131,187). Sum of RGB (Red+Green+Blue) = 239+131+187=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83BB is #107C44. Grayscale: #A9A9A9. Windows color (decimal): -1080389 or 12289007. OLE color: 12289007.

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

Color convert

RGB239131187-
CMYK00.450.220.06
HSL328.89º77.14%72.55%-
HSV(B)328.89º45.19%93.73%-
XYZ52.6838.1751.6-
YUV169.68137.78177.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=42.91%
G=23.52%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913118700.450.220.06328.8977.1472.55
HexEF83BB02D1661494d49
Octal357203273055266511115111
Binary11101111100000111011101101011011011011010100100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83BB; }

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

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

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

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

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

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

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

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