Html Css Color HEX #E965C6 Neon Pink

📋 copy color: '#E965C6'

red 233 ◦ green 101 ◦ blue 198

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

Shades of Neon Pink #E965C6

Tints of Neon Pink #E965C6

RGB

 RED value IS 233 (91.41% from 255) = 43.8%

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

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 43.8%
G = 18.98%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E965C6 (or 0xE965C6) is known color: Neon Pink. HEX triplet: E9, 65 and C6. RGB value is (233,101,198). Sum of RGB (Red+Green+Blue) = 233+101+198=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E965C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965C6 is #169A39. Grayscale: #979797. Windows color (decimal): -1481274 or 13002217. OLE color: 13002217.

HSL color Cylindrical-coordinate representation of color #E965C6: hue angle of 315.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965C6 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 101 198 -
CMYK 0 0.57 0.15 0.09
HSL 315.91º 0.75% 0.65% -
HSV(B) 315.91º 0.57% 0.91% -
XYZ 48.45 30.71 56.8 -
YUV 151.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 233 101 198 0 0.57 0.15 0.09 315.91 0.75 0.65
Hex E9 65 C6 0 39 F 9 13C 4B 41
Octal 351 145 306 0 71 17 11 474 113 101
Binary 11101001 1100101 11000110 0 111001 1111 1001 100111100 1001011 1000001

Color Harmonies of #E965C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965C6

Black with #E965C6

Text Example


Text Example

White with #E965C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965C6; }

 p { color: rgb(233,101,198); }

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

background-color css

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

 a { background-color: rgb(233,101,198); }

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

border-color css

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

 span { border-color: rgb(233,101,198); }

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