#ED69AA

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

Shades of Hot Pink #ED69AA

Tints of Hot Pink #ED69AA

Color information

#ED69AA (or 0xED69AA) is unknown color: approx Hot Pink. HEX triplet: ED, 69 and AA. RGB value is (237,105,170). Sum of RGB (Red+Green+Blue) = 237+105+170=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED69AA is #129655. Grayscale: #979797. Windows color (decimal): -1218134 or 11168237. OLE color: 11168237.

HSL color Cylindrical-coordinate representation of color #ED69AA: hue angle of 330.45º 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 #ED69AA is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237105170-
CMYK00.560.280.07
HSL330.45º78.57%67.06%-
HSV(B)330.45º55.7%92.94%-
XYZ47.2331.0141.53-
YUV151.88138.23188.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=46.29%
G=20.51%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710517000.560.280.07330.4578.5767.06
HexED69AA0381C714a4f43
Octal355151252070347512117103
Binary1110110111010011010101001110001110011110100101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69AA; }

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

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

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

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

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

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

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

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