#EF73B1

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

Shades of Hot Pink #EF73B1

Tints of Hot Pink #EF73B1

Color information

#EF73B1 (or 0xEF73B1) is unknown color: approx Hot Pink. HEX triplet: EF, 73 and B1. RGB value is (239,115,177). Sum of RGB (Red+Green+Blue) = 239+115+177=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73B1 is #108C4E. Grayscale: #9F9F9F. Windows color (decimal): -1084495 or 11629551. OLE color: 11629551.

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

Color convert

RGB239115177-
CMYK00.520.260.06
HSL330º79.49%69.41%-
HSV(B)330º51.88%93.73%-
XYZ49.6633.7945.5-
YUV159.14138.08184.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 115 (45.31% from 255) = 21.66%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=45.01%
G=21.66%
B=33.33%

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
Decimal23911517700.520.260.0633079.4969.41
HexEF73B10341A614a4f45
Octal357163261064326512117105
Binary1110111111100111011000101101001101011010100101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF73B1; }

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

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

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

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

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

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

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

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