#EF7FBD

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

Shades of Persian Pink #EF7FBD

Tints of Persian Pink #EF7FBD

Color information

#EF7FBD (or 0xEF7FBD) is unknown color: approx Persian Pink. HEX triplet: EF, 7F and BD. RGB value is (239,127,189). Sum of RGB (Red+Green+Blue) = 239+127+189=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FBD is #108042. Grayscale: #A7A7A7. Windows color (decimal): -1081411 or 12419055. OLE color: 12419055.

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

Color convert

RGB239127189-
CMYK00.470.210.06
HSL326.79º77.78%71.76%-
HSV(B)326.79º46.86%93.73%-
XYZ52.3737.252.56-
YUV167.56140.11178.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=43.06%
G=22.88%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912718900.470.210.06326.7977.7871.76
HexEF7FBD02F1561474e48
Octal357177275057256507116110
Binary1110111111111111011110101011111010111010100011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7FBD; }

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

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

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

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

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

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

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

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