#ED69AD

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

Shades of Hot Pink #ED69AD

Tints of Hot Pink #ED69AD

Color information

#ED69AD (or 0xED69AD) is unknown color: approx Hot Pink. HEX triplet: ED, 69 and AD. RGB value is (237,105,173). Sum of RGB (Red+Green+Blue) = 237+105+173=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED69AD is #129652. Grayscale: #989898. Windows color (decimal): -1218131 or 11364845. OLE color: 11364845.

HSL color Cylindrical-coordinate representation of color #ED69AD: hue angle of 329.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69AD is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237105173-
CMYK00.560.270.07
HSL329.09º78.57%67.06%-
HSV(B)329.09º55.7%92.94%-
XYZ47.5231.1243.04-
YUV152.22139.73188.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=46.02%
G=20.39%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710517300.560.270.07329.0978.5767.06
HexED69AD0381B71494f43
Octal355151255070337511117103
Binary1110110111010011010110101110001101111110100100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69AD; }

 p { color: rgb(237,105,173); }

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

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

 a { background-color: rgb(237,105,173); }

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

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

 span { border-color: rgb(237,105,173); }

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