Html Css Color HEX #EE68C9 Neon Pink

📋 copy color: '#EE68C9'

red 238 ◦ green 104 ◦ blue 201

#EE68C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #EE68C9

Tints of Neon Pink #EE68C9

RGB

 RED value IS 238 (93.36% from 255) = 43.83%

 GREEN value IS 104 (41.02% from 255) = 19.15%

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 43.83%
G = 19.15%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE68C9 (or 0xEE68C9) is known color: Neon Pink. HEX triplet: EE, 68 and C9. RGB value is (238,104,201). Sum of RGB (Red+Green+Blue) = 238+104+201=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68C9 is #119736. Grayscale: #9A9A9A. Windows color (decimal): -1152823 or 13199598. OLE color: 13199598.

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

Color convert

RGB 238 104 201 -
CMYK 0 0.56 0.16 0.07
HSL 316.57º 0.8% 0.67% -
HSV(B) 316.57º 0.56% 0.93% -
XYZ 50.75 32.29 58.82 -
YUV 155.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 238 104 201 0 0.56 0.16 0.07 316.57 0.8 0.67
Hex EE 68 C9 0 38 10 7 13D 50 43
Octal 356 150 311 0 70 20 7 475 120 103
Binary 11101110 1101000 11001001 0 111000 10000 111 100111101 1010000 1000011

Color Harmonies of #EE68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68C9

Black with #EE68C9

Text Example


Text Example

White with #EE68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68C9; }

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

 H1.HeaderClassName
 {
   color: #EE68C9;
 }
 .AnyTagClassName
 {
   color: #EE68C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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