Html Css Color HEX #EE68C3 Neon Pink

📋 copy color: '#EE68C3'

red 238 ◦ green 104 ◦ blue 195

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

Shades of Neon Pink #EE68C3

Tints of Neon Pink #EE68C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.31%

R = 44.32%
G = 19.37%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE68C3 (or 0xEE68C3) is known color: Neon Pink. HEX triplet: EE, 68 and C3. RGB value is (238,104,195). Sum of RGB (Red+Green+Blue) = 238+104+195=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68C3 is #11973C. Grayscale: #9A9A9A. Windows color (decimal): -1152829 or 12806382. OLE color: 12806382.

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

Color convert

RGB 238 104 195 -
CMYK 0 0.56 0.18 0.07
HSL 319.25º 0.8% 0.67% -
HSV(B) 319.25º 0.56% 0.93% -
XYZ 50.06 32.02 55.17 -
YUV 154.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 238 104 195 0 0.56 0.18 0.07 319.25 0.8 0.67
Hex EE 68 C3 0 38 12 7 13F 50 43
Octal 356 150 303 0 70 22 7 477 120 103
Binary 11101110 1101000 11000011 0 111000 10010 111 100111111 1010000 1000011

Color Harmonies of #EE68C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68C3

Black with #EE68C3

Text Example


Text Example

White with #EE68C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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