Html Css Color HEX #E965C5 Neon Pink

📋 copy color: '#E965C5'

red 233 ◦ green 101 ◦ blue 197

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

Shades of Neon Pink #E965C5

Tints of Neon Pink #E965C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 43.88%
G = 19.02%
B = 37.1%

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

#E965C5 (or 0xE965C5) is known color: Neon Pink. HEX triplet: E9, 65 and C5. RGB value is (233,101,197). Sum of RGB (Red+Green+Blue) = 233+101+197=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E965C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965C5 is #169A3A. Grayscale: #979797. Windows color (decimal): -1481275 or 12936681. OLE color: 12936681.

HSL color Cylindrical-coordinate representation of color #E965C5: hue angle of 316.36º 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 #E965C5 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 101 197 -
CMYK 0 0.57 0.15 0.09
HSL 316.36º 0.75% 0.65% -
HSV(B) 316.36º 0.57% 0.91% -
XYZ 48.34 30.66 56.19 -
YUV 151.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 233 101 197 0 0.57 0.15 0.09 316.36 0.75 0.65
Hex E9 65 C5 0 39 F 9 13C 4B 41
Octal 351 145 305 0 71 17 11 474 113 101
Binary 11101001 1100101 11000101 0 111001 1111 1001 100111100 1001011 1000001

Color Harmonies of #E965C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965C5

Black with #E965C5

Text Example


Text Example

White with #E965C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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