#EF70B3

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

Shades of Hot Pink #EF70B3

Tints of Hot Pink #EF70B3

Color information

#EF70B3 (or 0xEF70B3) is unknown color: approx Hot Pink. HEX triplet: EF, 70 and B3. RGB value is (239,112,179). Sum of RGB (Red+Green+Blue) = 239+112+179=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70B3 is #108F4C. Grayscale: #9D9D9D. Windows color (decimal): -1085261 or 11759855. OLE color: 11759855.

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

Color convert

RGB239112179-
CMYK00.530.250.06
HSL328.35º79.87%68.82%-
HSV(B)328.35º53.14%93.73%-
XYZ49.5333.1946.44-
YUV157.61140.08186.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=45.09%
G=21.13%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911217900.530.250.06328.3579.8768.82
HexEF70B30351961485045
Octal357160263065316510120105
Binary1110111111100001011001101101011100111010100100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF70B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF70B3; }

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

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

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

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

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

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

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

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