#EE68BE

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

Shades of Neon Pink #EE68BE

Tints of Neon Pink #EE68BE

Color information

#EE68BE (or 0xEE68BE) is unknown color: approx Neon Pink. HEX triplet: EE, 68 and BE. RGB value is (238,104,190). Sum of RGB (Red+Green+Blue) = 238+104+190=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68BE is #119741. Grayscale: #999999. Windows color (decimal): -1152834 or 12478702. OLE color: 12478702.

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

Color convert

RGB238104190-
CMYK00.560.200.07
HSL321.49º79.76%67.06%-
HSV(B)321.49º56.3%93.33%-
XYZ49.531.852.24-
YUV153.87148.39188.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.74%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=44.74%
G=19.55%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810419000.560.200.07321.4979.7667.06
HexEE68BE0381471415043
Octal356150276070247501120103
Binary1110111011010001011111001110001010011110100000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE68BE; }

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

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

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

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

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

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

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

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