#ee68b6

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

Shades of Hot Pink #EE68B6

Tints of Hot Pink #EE68B6

Color information

#EE68B6 (or 0xEE68B6) is unknown color: approx Hot Pink. HEX triplet: EE, 68 and B6. RGB value is (238,104,182). Sum of RGB (Red+Green+Blue) = 238+104+182=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68B6 is #119749. Grayscale: #989898. Windows color (decimal): -1152842 or 11954414. OLE color: 11954414.

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

Color convert

RGB238104182-
CMYK00.560.240.07
HSL325.07º79.76%67.06%-
HSV(B)325.07º56.3%93.33%-
XYZ48.6531.4647.76-
YUV152.96144.39188.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 104 (41.02% from 255) = 19.85%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=45.42%
G=19.85%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810418200.560.240.07325.0779.7667.06
HexEE68B60381871455043
Octal356150266070307505120103
Binary1110111011010001011011001110001100011110100010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee68b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee68b6; }

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

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

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

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

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

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

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

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