#EB6EAD

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

Shades of Hot Pink #EB6EAD

Tints of Hot Pink #EB6EAD

Color information

#EB6EAD (or 0xEB6EAD) is unknown color: approx Hot Pink. HEX triplet: EB, 6E and AD. RGB value is (235,110,173). Sum of RGB (Red+Green+Blue) = 235+110+173=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6EAD is #149152. Grayscale: #9A9A9A. Windows color (decimal): -1347923 or 11366123. OLE color: 11366123.

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

Color convert

RGB235110173-
CMYK00.530.260.08
HSL329.76º75.76%67.65%-
HSV(B)329.76º53.19%92.16%-
XYZ47.3831.8343.18-
YUV154.56138.41185.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=45.37%
G=21.24%
B=33.40%

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
Decimal23511017300.530.260.08329.7675.7667.65
HexEB6EAD0351A814a4c44
Octal3531562550653210512114104
Binary11101011110111010101101011010111010100010100101010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EAD; }

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

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

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

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

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

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

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

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