Html Css Color HEX #E964C4 Neon Pink

📋 copy color: '#E964C4'

red 233 ◦ green 100 ◦ blue 196

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

Shades of Neon Pink #E964C4

Tints of Neon Pink #E964C4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.9%

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 44.05%
G = 18.9%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E964C4 (or 0xE964C4) is known color: Neon Pink. HEX triplet: E9, 64 and C4. RGB value is (233,100,196). Sum of RGB (Red+Green+Blue) = 233+100+196=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E964C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E964C4 is #169B3B. Grayscale: #969696. Windows color (decimal): -1481532 or 12870889. OLE color: 12870889.

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

Color convert

RGB 233 100 196 -
CMYK 0 0.57 0.16 0.09
HSL 316.69º 0.75% 0.65% -
HSV(B) 316.69º 0.57% 0.91% -
XYZ 48.13 30.42 55.56 -
YUV 150.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 233 100 196 0 0.57 0.16 0.09 316.69 0.75 0.65
Hex E9 64 C4 0 39 10 9 13D 4B 41
Octal 351 144 304 0 71 20 11 475 113 101
Binary 11101001 1100100 11000100 0 111001 10000 1001 100111101 1001011 1000001

Color Harmonies of #E964C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E964C4

Black with #E964C4

Text Example


Text Example

White with #E964C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E964C4; }

 p { color: rgb(233,100,196); }

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

background-color css

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

 a { background-color: rgb(233,100,196); }

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

border-color css

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

 span { border-color: rgb(233,100,196); }

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