#E66BAD

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

Shades of Hot Pink #E66BAD

Tints of Hot Pink #E66BAD

Color information

#E66BAD (or 0xE66BAD) is unknown color: approx Hot Pink. HEX triplet: E6, 6B and AD. RGB value is (230,107,173). Sum of RGB (Red+Green+Blue) = 230+107+173=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BAD is #199452. Grayscale: #979797. Windows color (decimal): -1676371 or 11365350. OLE color: 11365350.

HSL color Cylindrical-coordinate representation of color #E66BAD: hue angle of 327.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BAD is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230107173-
CMYK00.530.250.10
HSL327.8º71.1%66.08%-
HSV(B)327.8º53.48%90.2%-
XYZ45.4330.3643-
YUV151.3140.25184.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.10%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=45.10%
G=20.98%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010717300.530.250.10327.871.166.08
HexE66BAD03519A1484742
Octal3461532550653112510107102
Binary11100110110101110101101011010111001101010100100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BAD; }

 p { color: rgb(230,107,173); }

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

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

 a { background-color: rgb(230,107,173); }

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

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

 span { border-color: rgb(230,107,173); }

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