#eb68b1

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

Shades of Hot Pink #EB68B1

Tints of Hot Pink #EB68B1

Color information

#EB68B1 (or 0xEB68B1) is unknown color: approx Hot Pink. HEX triplet: EB, 68 and B1. RGB value is (235,104,177). Sum of RGB (Red+Green+Blue) = 235+104+177=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68B1 is #14974E. Grayscale: #979797. Windows color (decimal): -1349455 or 11626731. OLE color: 11626731.

HSL color Cylindrical-coordinate representation of color #EB68B1: hue angle of 326.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68B1 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235104177-
CMYK00.560.250.08
HSL326.56º76.61%66.47%-
HSV(B)326.56º55.74%92.16%-
XYZ47.1530.7445.04-
YUV151.49142.4187.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 104 (41.02% from 255) = 20.16%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=45.54%
G=20.16%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510417700.560.250.08326.5676.6166.47
HexEB68B10381981474d42
Octal3531502610703110507115102
Binary11101011110100010110001011100011001100010100011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb68b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb68b1; }

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

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

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

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

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

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

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

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