Html Css Color HEX #E965C0 Neon Pink

📋 copy color: '#E965C0'

red 233 ◦ green 101 ◦ blue 192

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

Shades of Neon Pink #E965C0

Tints of Neon Pink #E965C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 44.3%
G = 19.2%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E965C0 (or 0xE965C0) is known color: Neon Pink. HEX triplet: E9, 65 and C0. RGB value is (233,101,192). Sum of RGB (Red+Green+Blue) = 233+101+192=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E965C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965C0 is #169A3F. Grayscale: #969696. Windows color (decimal): -1481280 or 12609001. OLE color: 12609001.

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

Color convert

RGB 233 101 192 -
CMYK 0 0.57 0.18 0.09
HSL 318.64º 0.75% 0.65% -
HSV(B) 318.64º 0.57% 0.91% -
XYZ 47.77 30.44 53.23 -
YUV 150.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 233 101 192 0 0.57 0.18 0.09 318.64 0.75 0.65
Hex E9 65 C0 0 39 12 9 13F 4B 41
Octal 351 145 300 0 71 22 11 477 113 101
Binary 11101001 1100101 11000000 0 111001 10010 1001 100111111 1001011 1000001

Color Harmonies of #E965C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965C0

Black with #E965C0

Text Example


Text Example

White with #E965C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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