#E168B8

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

Shades of Hot Pink #E168B8

Tints of Hot Pink #E168B8

Color information

#E168B8 (or 0xE168B8) is unknown color: approx Hot Pink. HEX triplet: E1, 68 and B8. RGB value is (225,104,184). Sum of RGB (Red+Green+Blue) = 225+104+184=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E168B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168B8 is #1E9747. Grayscale: #959595. Windows color (decimal): -2004808 or 12085473. OLE color: 12085473.

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

Color convert

RGB225104184-
CMYK00.540.180.12
HSL320.33º66.85%64.51%-
HSV(B)320.33º53.78%88.24%-
XYZ44.6529.3748.66-
YUV149.3147.59182-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 104 (41.02% from 255) = 20.27%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=43.86%
G=20.27%
B=35.87%

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
Decimal22510418400.540.180.12320.3366.8564.51
HexE168B803612C1404341
Octal3411502700662214500103101
Binary11100001110100010111000011011010010110010100000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168B8; }

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

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

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

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

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

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

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

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