Html Css Color HEX #E963C1 Neon Pink

📋 copy color: '#E963C1'

red 233 ◦ green 99 ◦ blue 193

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

Shades of Neon Pink #E963C1

Tints of Neon Pink #E963C1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.86%

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 44.38%
G = 18.86%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E963C1 (or 0xE963C1) is known color: Neon Pink. HEX triplet: E9, 63 and C1. RGB value is (233,99,193). Sum of RGB (Red+Green+Blue) = 233+99+193=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E963C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963C1 is #169C3E. Grayscale: #959595. Windows color (decimal): -1481791 or 12674025. OLE color: 12674025.

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

Color convert

RGB 233 99 193 -
CMYK 0 0.58 0.17 0.09
HSL 317.91º 0.75% 0.65% -
HSV(B) 317.91º 0.58% 0.91% -
XYZ 47.69 30.1 53.75 -
YUV 149.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 233 99 193 0 0.58 0.17 0.09 317.91 0.75 0.65
Hex E9 63 C1 0 3A 11 9 13E 4B 41
Octal 351 143 301 0 72 21 11 476 113 101
Binary 11101001 1100011 11000001 0 111010 10001 1001 100111110 1001011 1000001

Color Harmonies of #E963C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963C1

Black with #E963C1

Text Example


Text Example

White with #E963C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963C1; }

 p { color: rgb(233,99,193); }

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

background-color css

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

 a { background-color: rgb(233,99,193); }

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

border-color css

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

 span { border-color: rgb(233,99,193); }

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