#EF72BB

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

Shades of Persian Pink #EF72BB

Tints of Persian Pink #EF72BB

Color information

#EF72BB (or 0xEF72BB) is unknown color: approx Persian Pink. HEX triplet: EF, 72 and BB. RGB value is (239,114,187). Sum of RGB (Red+Green+Blue) = 239+114+187=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72BB is #108D44. Grayscale: #9F9F9F. Windows color (decimal): -1084741 or 12284655. OLE color: 12284655.

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

Color convert

RGB239114187-
CMYK00.520.220.06
HSL324.96º79.62%69.22%-
HSV(B)324.96º52.3%93.73%-
XYZ50.5833.9750.91-
YUV159.7143.41184.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 114 (44.92% from 255) = 21.11%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=44.26%
G=21.11%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911418700.520.220.06324.9679.6269.22
HexEF72BB0341661455045
Octal357162273064266505120105
Binary1110111111100101011101101101001011011010100010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72BB; }

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

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

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

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

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

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

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

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