Html Css Color HEX #EE65BE Neon Pink

📋 copy color: '#EE65BE'

red 238 ◦ green 101 ◦ blue 190

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

Shades of Neon Pink #EE65BE

Tints of Neon Pink #EE65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.09%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 44.99%
G = 19.09%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE65BE (or 0xEE65BE) is known color: Neon Pink. HEX triplet: EE, 65 and BE. RGB value is (238,101,190). Sum of RGB (Red+Green+Blue) = 238+101+190=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65BE is #119A41. Grayscale: #979797. Windows color (decimal): -1153602 or 12477934. OLE color: 12477934.

HSL color Cylindrical-coordinate representation of color #EE65BE: hue angle of 321.02º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65BE is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 101 190 -
CMYK 0 0.58 0.20 0.07
HSL 321.02º 0.8% 0.66% -
HSV(B) 321.02º 0.58% 0.93% -
XYZ 49.21 31.2 52.14 -
YUV 152.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 238 101 190 0 0.58 0.20 0.07 321.02 0.8 0.66
Hex EE 65 BE 0 3A 14 7 141 50 42
Octal 356 145 276 0 72 24 7 501 120 102
Binary 11101110 1100101 10111110 0 111010 10100 111 101000001 1010000 1000010

Color Harmonies of #EE65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65BE

Black with #EE65BE

Text Example


Text Example

White with #EE65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65BE; }

 p { color: rgb(238,101,190); }

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

background-color css

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

 a { background-color: rgb(238,101,190); }

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

border-color css

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

 span { border-color: rgb(238,101,190); }

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