Html Css Color HEX #EE68BE Neon Pink

📋 copy color: '#EE68BE'

red 238 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #EE68BE

Tints of Neon Pink #EE68BE

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 value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE68BE (or 0xEE68BE) is known color: 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

RGB 238 104 190 -
CMYK 0 0.56 0.20 0.07
HSL 321.49º 0.8% 0.67% -
HSV(B) 321.49º 0.56% 0.93% -
XYZ 49.5 31.8 52.24 -
YUV 153.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 238 104 190 0 0.56 0.20 0.07 321.49 0.8 0.67
Hex EE 68 BE 0 38 14 7 141 50 43
Octal 356 150 276 0 70 24 7 501 120 103
Binary 11101110 1101000 10111110 0 111000 10100 111 101000001 1010000 1000011

Color Harmonies of #EE68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68BE

Black with #EE68BE

Text Example


Text Example

White with #EE68BE

Text Example


Text Example

HTML Codes & Css Web 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>