#ef7fb3

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

Shades of Persian Pink #EF7FB3

Tints of Persian Pink #EF7FB3

Color information

#EF7FB3 (or 0xEF7FB3) is unknown color: approx Persian Pink. HEX triplet: EF, 7F and B3. RGB value is (239,127,179). Sum of RGB (Red+Green+Blue) = 239+127+179=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FB3 is #10804C. Grayscale: #A6A6A6. Windows color (decimal): -1081421 or 11763695. OLE color: 11763695.

HSL color Cylindrical-coordinate representation of color #EF7FB3: hue angle of 332.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FB3 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239127179-
CMYK00.470.250.06
HSL332.14º77.78%71.76%-
HSV(B)332.14º46.86%93.73%-
XYZ51.3236.7847.04-
YUV166.42135.11179.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=43.85%
G=23.30%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912717900.470.250.06332.1477.7871.76
HexEF7FB302F19614c4e48
Octal357177263057316514116110
Binary1110111111111111011001101011111100111010100110010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7fb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7fb3; }

 p { color: rgb(239,127,179); }

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

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

 a { background-color: rgb(239,127,179); }

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

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

 span { border-color: rgb(239,127,179); }

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