#EE68B2

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

Shades of Hot Pink #EE68B2

Tints of Hot Pink #EE68B2

Color information

#EE68B2 (or 0xEE68B2) is unknown color: approx Hot Pink. HEX triplet: EE, 68 and B2. RGB value is (238,104,178). Sum of RGB (Red+Green+Blue) = 238+104+178=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68B2 is #11974D. Grayscale: #989898. Windows color (decimal): -1152846 or 11692270. OLE color: 11692270.

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

Color convert

RGB238104178-
CMYK00.560.250.07
HSL326.87º79.76%67.06%-
HSV(B)326.87º56.3%93.33%-
XYZ48.2531.2945.62-
YUV152.5142.39188.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 104 (41.02% from 255) = 20%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=45.77%
G=20%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810417800.560.250.07326.8779.7667.06
HexEE68B20381971475043
Octal356150262070317507120103
Binary1110111011010001011001001110001100111110100011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE68B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE68B2; }

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

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

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

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

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

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

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

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