#EF5EB2

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

Shades of Hot Pink #EF5EB2

Tints of Hot Pink #EF5EB2

Color information

#EF5EB2 (or 0xEF5EB2) is unknown color: approx Hot Pink. HEX triplet: EF, 5E and B2. RGB value is (239,94,178). Sum of RGB (Red+Green+Blue) = 239+94+178=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5EB2 is #10A14D. Grayscale: #929292. Windows color (decimal): -1089870 or 11689711. OLE color: 11689711.

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

Color convert

RGB23994178-
CMYK00.610.260.06
HSL325.24º81.92%65.29%-
HSV(B)325.24º60.67%93.73%-
XYZ47.6429.5745.32-
YUV146.93145.54193.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 94 (37.11% from 255) = 18.40%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=46.77%
G=18.40%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399417800.610.260.06325.2481.9265.29
HexEF5EB203D1A61455241
Octal357136262075326505122101
Binary1110111110111101011001001111011101011010100010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5EB2; }

 p { color: rgb(239,94,178); }

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

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

 a { background-color: rgb(239,94,178); }

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

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

 span { border-color: rgb(239,94,178); }

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