Html Css Color HEX #E966C7 Neon Pink

📋 copy color: '#E966C7'

red 233 ◦ green 102 ◦ blue 199

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

Shades of Neon Pink #E966C7

Tints of Neon Pink #E966C7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.1%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 43.63%
G = 19.1%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E966C7 (or 0xE966C7) is known color: Neon Pink. HEX triplet: E9, 66 and C7. RGB value is (233,102,199). Sum of RGB (Red+Green+Blue) = 233+102+199=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E966C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966C7 is #169938. Grayscale: #979797. Windows color (decimal): -1481017 or 13068009. OLE color: 13068009.

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

Color convert

RGB 233 102 199 -
CMYK 0 0.56 0.15 0.09
HSL 315.57º 0.75% 0.66% -
HSV(B) 315.57º 0.56% 0.91% -
XYZ 48.66 30.95 57.44 -
YUV 152.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 233 102 199 0 0.56 0.15 0.09 315.57 0.75 0.66
Hex E9 66 C7 0 38 F 9 13C 4B 42
Octal 351 146 307 0 70 17 11 474 113 102
Binary 11101001 1100110 11000111 0 111000 1111 1001 100111100 1001011 1000010

Color Harmonies of #E966C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966C7

Black with #E966C7

Text Example


Text Example

White with #E966C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966C7; }

 p { color: rgb(233,102,199); }

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

background-color css

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

 a { background-color: rgb(233,102,199); }

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

border-color css

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

 span { border-color: rgb(233,102,199); }

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