#EF70B1

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

Shades of Hot Pink #EF70B1

Tints of Hot Pink #EF70B1

Color information

#EF70B1 (or 0xEF70B1) is unknown color: approx Hot Pink. HEX triplet: EF, 70 and B1. RGB value is (239,112,177). Sum of RGB (Red+Green+Blue) = 239+112+177=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70B1 is #108F4E. Grayscale: #9D9D9D. Windows color (decimal): -1085263 or 11628783. OLE color: 11628783.

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

Color convert

RGB239112177-
CMYK00.530.260.06
HSL329.29º79.87%68.82%-
HSV(B)329.29º53.14%93.73%-
XYZ49.3333.1145.39-
YUV157.38139.08186.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=45.27%
G=21.21%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911217700.530.260.06329.2979.8768.82
HexEF70B10351A61495045
Octal357160261065326511120105
Binary1110111111100001011000101101011101011010100100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF70B1; }

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

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

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

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

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

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

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

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