#EB6EAE

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

Shades of Hot Pink #EB6EAE

Tints of Hot Pink #EB6EAE

Color information

#EB6EAE (or 0xEB6EAE) is unknown color: approx Hot Pink. HEX triplet: EB, 6E and AE. RGB value is (235,110,174). Sum of RGB (Red+Green+Blue) = 235+110+174=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6EAE is #149151. Grayscale: #9A9A9A. Windows color (decimal): -1347922 or 11431659. OLE color: 11431659.

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

Color convert

RGB235110174-
CMYK00.530.260.08
HSL329.28º75.76%67.65%-
HSV(B)329.28º53.19%92.16%-
XYZ47.4831.8743.69-
YUV154.67138.91185.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=45.28%
G=21.19%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511017400.530.260.08329.2875.7667.65
HexEB6EAE0351A81494c44
Octal3531562560653210511114104
Binary11101011110111010101110011010111010100010100100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EAE; }

 p { color: rgb(235,110,174); }

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

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

 a { background-color: rgb(235,110,174); }

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

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

 span { border-color: rgb(235,110,174); }

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