#EB6AAF

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

Shades of Hot Pink #EB6AAF

Tints of Hot Pink #EB6AAF

Color information

#EB6AAF (or 0xEB6AAF) is unknown color: approx Hot Pink. HEX triplet: EB, 6A and AF. RGB value is (235,106,175). Sum of RGB (Red+Green+Blue) = 235+106+175=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6AAF is #149550. Grayscale: #989898. Windows color (decimal): -1348945 or 11496171. OLE color: 11496171.

HSL color Cylindrical-coordinate representation of color #EB6AAF: hue angle of 327.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6AAF is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235106175-
CMYK00.550.260.08
HSL327.91º76.33%66.86%-
HSV(B)327.91º54.89%92.16%-
XYZ47.1531.0744.07-
YUV152.44140.74186.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=45.54%
G=20.54%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510617500.550.260.08327.9176.3366.86
HexEB6AAF0371A81484c43
Octal3531522570673210510114103
Binary11101011110101010101111011011111010100010100100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6AAF; }

 p { color: rgb(235,106,175); }

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

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

 a { background-color: rgb(235,106,175); }

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

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

 span { border-color: rgb(235,106,175); }

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