#E16CB2

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

Shades of Hot Pink #E16CB2

Tints of Hot Pink #E16CB2

Color information

#E16CB2 (or 0xE16CB2) is unknown color: approx Hot Pink. HEX triplet: E1, 6C and B2. RGB value is (225,108,178). Sum of RGB (Red+Green+Blue) = 225+108+178=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CB2 is #1E934D. Grayscale: #969696. Windows color (decimal): -2003790 or 11693281. OLE color: 11693281.

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

Color convert

RGB225108178-
CMYK00.520.210.12
HSL324.1º66.1%65.29%-
HSV(B)324.1º52%88.24%-
XYZ44.4529.9545.56-
YUV150.96143.26180.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=44.03%
G=21.14%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510817800.520.210.12324.166.165.29
HexE16CB203415C1444241
Octal3411542620642514504102101
Binary11100001110110010110010011010010101110010100010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CB2; }

 p { color: rgb(225,108,178); }

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

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

 a { background-color: rgb(225,108,178); }

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

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

 span { border-color: rgb(225,108,178); }

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