Html Css Color HEX #E968C2 Neon Pink

📋 copy color: '#E968C2'

red 233 ◦ green 104 ◦ blue 194

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

Shades of Neon Pink #E968C2

Tints of Neon Pink #E968C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.53%

R = 43.88%
G = 19.59%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E968C2 (or 0xE968C2) is known color: Neon Pink. HEX triplet: E9, 68 and C2. RGB value is (233,104,194). Sum of RGB (Red+Green+Blue) = 233+104+194=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E968C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968C2 is #16973D. Grayscale: #989898. Windows color (decimal): -1480510 or 12740841. OLE color: 12740841.

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

Color convert

RGB 233 104 194 -
CMYK 0 0.55 0.17 0.09
HSL 318.14º 0.75% 0.66% -
HSV(B) 318.14º 0.55% 0.91% -
XYZ 48.29 31.12 54.5 -
YUV 152.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 233 104 194 0 0.55 0.17 0.09 318.14 0.75 0.66
Hex E9 68 C2 0 37 11 9 13E 4B 42
Octal 351 150 302 0 67 21 11 476 113 102
Binary 11101001 1101000 11000010 0 110111 10001 1001 100111110 1001011 1000010

Color Harmonies of #E968C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968C2

Black with #E968C2

Text Example


Text Example

White with #E968C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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