#E168AB

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

Shades of Hot Pink #E168AB

Tints of Hot Pink #E168AB

Color information

#E168AB (or 0xE168AB) is unknown color: approx Hot Pink. HEX triplet: E1, 68 and AB. RGB value is (225,104,171). Sum of RGB (Red+Green+Blue) = 225+104+171=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E168AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168AB is #1E9754. Grayscale: #939393. Windows color (decimal): -2004821 or 11233505. OLE color: 11233505.

HSL color Cylindrical-coordinate representation of color #E168AB: hue angle of 326.78º 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 #E168AB is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225104171-
CMYK00.540.240.12
HSL326.78º66.85%64.51%-
HSV(B)326.78º53.78%88.24%-
XYZ43.3528.8541.81-
YUV147.82141.09183.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 104 (41.02% from 255) = 20.8%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=45%
G=20.8%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510417100.540.240.12326.7866.8564.51
HexE168AB03618C1474341
Octal3411502530663014507103101
Binary11100001110100010101011011011011000110010100011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168AB; }

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

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

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

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

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

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

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

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