#E168B1

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

Shades of Hot Pink #E168B1

Tints of Hot Pink #E168B1

Color information

#E168B1 (or 0xE168B1) is unknown color: approx Hot Pink. HEX triplet: E1, 68 and B1. RGB value is (225,104,177). Sum of RGB (Red+Green+Blue) = 225+104+177=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E168B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168B1 is #1E974E. Grayscale: #949494. Windows color (decimal): -2004815 or 11626721. OLE color: 11626721.

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

Color convert

RGB225104177-
CMYK00.540.210.12
HSL323.8º66.85%64.51%-
HSV(B)323.8º53.78%88.24%-
XYZ43.9429.0844.89-
YUV148.5144.09182.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=44.47%
G=20.55%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510417700.540.210.12323.866.8564.51
HexE168B103615C1444341
Octal3411502610662514504103101
Binary11100001110100010110001011011010101110010100010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168B1; }

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

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

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

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

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

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

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

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