#ef7fb5

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

Shades of Persian Pink #EF7FB5

Tints of Persian Pink #EF7FB5

Color information

#EF7FB5 (or 0xEF7FB5) is unknown color: approx Persian Pink. HEX triplet: EF, 7F and B5. RGB value is (239,127,181). Sum of RGB (Red+Green+Blue) = 239+127+181=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FB5 is #10804A. Grayscale: #A6A6A6. Windows color (decimal): -1081419 or 11894767. OLE color: 11894767.

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

Color convert

RGB239127181-
CMYK00.470.240.06
HSL331.07º77.78%71.76%-
HSV(B)331.07º46.86%93.73%-
XYZ51.5336.8748.12-
YUV166.64136.11179.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=43.69%
G=23.22%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912718100.470.240.06331.0777.7871.76
HexEF7FB502F18614b4e48
Octal357177265057306513116110
Binary1110111111111111011010101011111100011010100101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7fb5; }

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

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

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

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

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

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

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

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