#EE65AD

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

Shades of Hot Pink #EE65AD

Tints of Hot Pink #EE65AD

Color information

#EE65AD (or 0xEE65AD) is unknown color: approx Hot Pink. HEX triplet: EE, 65 and AD. RGB value is (238,101,173). Sum of RGB (Red+Green+Blue) = 238+101+173=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65AD is #119A52. Grayscale: #969696. Windows color (decimal): -1153619 or 11363822. OLE color: 11363822.

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

Color convert

RGB238101173-
CMYK00.580.270.07
HSL328.47º80.12%66.47%-
HSV(B)328.47º57.56%93.33%-
XYZ47.4630.542.92-
YUV150.17140.89190.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.48%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=46.48%
G=19.73%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810117300.580.270.07328.4780.1266.47
HexEE65AD03A1B71485042
Octal356145255072337510120102
Binary1110111011001011010110101110101101111110100100010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65AD; }

 p { color: rgb(238,101,173); }

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

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

 a { background-color: rgb(238,101,173); }

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

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

 span { border-color: rgb(238,101,173); }

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