#EE65B2

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

Shades of Hot Pink #EE65B2

Tints of Hot Pink #EE65B2

Color information

#EE65B2 (or 0xEE65B2) is unknown color: approx Hot Pink. HEX triplet: EE, 65 and B2. RGB value is (238,101,178). Sum of RGB (Red+Green+Blue) = 238+101+178=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65B2 is #119A4D. Grayscale: #969696. Windows color (decimal): -1153614 or 11691502. OLE color: 11691502.

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

Color convert

RGB238101178-
CMYK00.580.250.07
HSL326.28º80.12%66.47%-
HSV(B)326.28º57.56%93.33%-
XYZ47.9530.745.52-
YUV150.74143.39190.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=46.03%
G=19.54%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810117800.580.250.07326.2880.1266.47
HexEE65B203A1971465042
Octal356145262072317506120102
Binary1110111011001011011001001110101100111110100011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65B2; }

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

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

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

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

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

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

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

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