#EE68CA

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

Shades of Neon Pink #EE68CA

Tints of Neon Pink #EE68CA

Color information

#EE68CA (or 0xEE68CA) is unknown color: approx Neon Pink. HEX triplet: EE, 68 and CA. RGB value is (238,104,202). Sum of RGB (Red+Green+Blue) = 238+104+202=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68CA is #119735. Grayscale: #9A9A9A. Windows color (decimal): -1152822 or 13265134. OLE color: 13265134.

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

Color convert

RGB238104202-
CMYK00.560.150.07
HSL316.12º79.76%67.06%-
HSV(B)316.12º56.3%93.33%-
XYZ50.8732.3459.44-
YUV155.24154.39187.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=43.75%
G=19.12%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810420200.560.150.07316.1279.7667.06
HexEE68CA038F713c5043
Octal356150312070177474120103
Binary111011101101000110010100111000111111110011110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE68CA; }

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

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

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

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

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

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

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

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