#EE68C1

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

Shades of Neon Pink #EE68C1

Tints of Neon Pink #EE68C1

Color information

#EE68C1 (or 0xEE68C1) is unknown color: approx Neon Pink. HEX triplet: EE, 68 and C1. RGB value is (238,104,193). Sum of RGB (Red+Green+Blue) = 238+104+193=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68C1 is #11973E. Grayscale: #999999. Windows color (decimal): -1152831 or 12675310. OLE color: 12675310.

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

Color convert

RGB238104193-
CMYK00.560.190.07
HSL320.15º79.76%67.06%-
HSV(B)320.15º56.3%93.33%-
XYZ49.8431.9353.99-
YUV154.21149.89187.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 104 (41.02% from 255) = 19.44%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=44.49%
G=19.44%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810419300.560.190.07320.1579.7667.06
HexEE68C10381371405043
Octal356150301070237500120103
Binary1110111011010001100000101110001001111110100000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE68C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE68C1; }

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

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

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

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

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

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

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

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