#EF72B9

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

Shades of Persian Pink #EF72B9

Tints of Persian Pink #EF72B9

Color information

#EF72B9 (or 0xEF72B9) is unknown color: approx Persian Pink. HEX triplet: EF, 72 and B9. RGB value is (239,114,185). Sum of RGB (Red+Green+Blue) = 239+114+185=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72B9 is #108D46. Grayscale: #9F9F9F. Windows color (decimal): -1084743 or 12153583. OLE color: 12153583.

HSL color Cylindrical-coordinate representation of color #EF72B9: hue angle of 325.92º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72B9 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239114185-
CMYK00.520.230.06
HSL325.92º79.62%69.22%-
HSV(B)325.92º52.3%93.73%-
XYZ50.3733.8949.79-
YUV159.47142.41184.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 114 (44.92% from 255) = 21.19%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=44.42%
G=21.19%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911418500.520.230.06325.9279.6269.22
HexEF72B90341761465045
Octal357162271064276506120105
Binary1110111111100101011100101101001011111010100011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72B9; }

 p { color: rgb(239,114,185); }

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

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

 a { background-color: rgb(239,114,185); }

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

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

 span { border-color: rgb(239,114,185); }

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