#EE65B4

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

Shades of Hot Pink #EE65B4

Tints of Hot Pink #EE65B4

Color information

#EE65B4 (or 0xEE65B4) is unknown color: approx Hot Pink. HEX triplet: EE, 65 and B4. RGB value is (238,101,180). Sum of RGB (Red+Green+Blue) = 238+101+180=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65B4 is #119A4B. Grayscale: #969696. Windows color (decimal): -1153612 or 11822574. OLE color: 11822574.

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

Color convert

RGB238101180-
CMYK00.580.240.07
HSL325.4º80.12%66.47%-
HSV(B)325.4º57.56%93.33%-
XYZ48.1530.7846.58-
YUV150.97144.39190.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 101 (39.84% from 255) = 19.46%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=45.86%
G=19.46%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810118000.580.240.07325.480.1266.47
HexEE65B403A1871455042
Octal356145264072307505120102
Binary1110111011001011011010001110101100011110100010110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65B4; }

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

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

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

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

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

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

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

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