#eb68aa

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

Shades of Hot Pink #EB68AA

Tints of Hot Pink #EB68AA

Color information

#EB68AA (or 0xEB68AA) is unknown color: approx Hot Pink. HEX triplet: EB, 68 and AA. RGB value is (235,104,170). Sum of RGB (Red+Green+Blue) = 235+104+170=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AA is #149755. Grayscale: #969696. Windows color (decimal): -1349462 or 11167979. OLE color: 11167979.

HSL color Cylindrical-coordinate representation of color #EB68AA: hue angle of 329.77º 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 #EB68AA is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235104170-
CMYK00.560.280.08
HSL329.77º76.61%66.47%-
HSV(B)329.77º55.74%92.16%-
XYZ46.4730.4741.46-
YUV150.69138.9188.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=46.17%
G=20.43%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510417000.560.280.08329.7776.6166.47
HexEB68AA0381C814a4d42
Octal3531502520703410512115102
Binary11101011110100010101010011100011100100010100101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb68aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb68aa; }

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

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

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

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

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

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

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

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