#EF76BF

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

Shades of Persian Pink #EF76BF

Tints of Persian Pink #EF76BF

Color information

#EF76BF (or 0xEF76BF) is unknown color: approx Persian Pink. HEX triplet: EF, 76 and BF. RGB value is (239,118,191). Sum of RGB (Red+Green+Blue) = 239+118+191=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76BF is #108940. Grayscale: #A2A2A2. Windows color (decimal): -1083713 or 12547823. OLE color: 12547823.

HSL color Cylindrical-coordinate representation of color #EF76BF: hue angle of 323.8º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF76BF is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239118191-
CMYK00.510.200.06
HSL323.8º79.08%70%-
HSV(B)323.8º50.63%93.73%-
XYZ51.4835.0753.35-
YUV162.5144.09182.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 118 (46.48% from 255) = 21.53%
BLUE value IS 191 (75% from 255) = 34.85%
R=43.61%
G=21.53%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911819100.510.200.06323.879.0870
HexEF76BF0331461444f46
Octal357166277063246504117106
Binary1110111111101101011111101100111010011010100010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF76BF; }

 p { color: rgb(239,118,191); }

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

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

 a { background-color: rgb(239,118,191); }

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

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

 span { border-color: rgb(239,118,191); }

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