#EF72B1

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

Shades of Hot Pink #EF72B1

Tints of Hot Pink #EF72B1

Color information

#EF72B1 (or 0xEF72B1) is unknown color: approx Hot Pink. HEX triplet: EF, 72 and B1. RGB value is (239,114,177). Sum of RGB (Red+Green+Blue) = 239+114+177=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF72B1 is #108D4E. Grayscale: #9E9E9E. Windows color (decimal): -1084751 or 11629295. OLE color: 11629295.

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

Color convert

RGB239114177-
CMYK00.520.260.06
HSL329.76º79.62%69.22%-
HSV(B)329.76º52.3%93.73%-
XYZ49.5533.5645.46-
YUV158.56138.41185.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 114 (44.92% from 255) = 21.51%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=45.09%
G=21.51%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911417700.520.260.06329.7679.6269.22
HexEF72B10341A614a5045
Octal357162261064326512120105
Binary1110111111100101011000101101001101011010100101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72B1; }

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

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

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

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

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

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

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

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