Html Css Color HEX #E968C4 Neon Pink

📋 copy color: '#E968C4'

red 233 ◦ green 104 ◦ blue 196

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

Shades of Neon Pink #E968C4

Tints of Neon Pink #E968C4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.51%

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

R = 43.71%
G = 19.51%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E968C4 (or 0xE968C4) is known color: Neon Pink. HEX triplet: E9, 68 and C4. RGB value is (233,104,196). Sum of RGB (Red+Green+Blue) = 233+104+196=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E968C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968C4 is #16973B. Grayscale: #989898. Windows color (decimal): -1480508 or 12871913. OLE color: 12871913.

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

Color convert

RGB 233 104 196 -
CMYK 0 0.55 0.16 0.09
HSL 317.21º 0.75% 0.66% -
HSV(B) 317.21º 0.55% 0.91% -
XYZ 48.52 31.21 55.69 -
YUV 153.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 233 104 196 0 0.55 0.16 0.09 317.21 0.75 0.66
Hex E9 68 C4 0 37 10 9 13D 4B 42
Octal 351 150 304 0 67 20 11 475 113 102
Binary 11101001 1101000 11000100 0 110111 10000 1001 100111101 1001011 1000010

Color Harmonies of #E968C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968C4

Black with #E968C4

Text Example


Text Example

White with #E968C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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