#E168B9

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

Shades of Hot Pink #E168B9

Tints of Hot Pink #E168B9

Color information

#E168B9 (or 0xE168B9) is unknown color: approx Hot Pink. HEX triplet: E1, 68 and B9. RGB value is (225,104,185). Sum of RGB (Red+Green+Blue) = 225+104+185=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E168B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168B9 is #1E9746. Grayscale: #959595. Windows color (decimal): -2004807 or 12151009. OLE color: 12151009.

HSL color Cylindrical-coordinate representation of color #E168B9: hue angle of 319.83º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168B9 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225104185-
CMYK00.540.180.12
HSL319.83º66.85%64.51%-
HSV(B)319.83º53.78%88.24%-
XYZ44.7629.4149.22-
YUV149.41148.09181.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 104 (41.02% from 255) = 20.23%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=43.77%
G=20.23%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510418500.540.180.12319.8366.8564.51
HexE168B903612C1404341
Octal3411502710662214500103101
Binary11100001110100010111001011011010010110010100000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168B9; }

 p { color: rgb(225,104,185); }

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

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

 a { background-color: rgb(225,104,185); }

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

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

 span { border-color: rgb(225,104,185); }

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