Html Css Color HEX #E968C0 Neon Pink

📋 copy color: '#E968C0'

red 233 ◦ green 104 ◦ blue 192

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

Shades of Neon Pink #E968C0

Tints of Neon Pink #E968C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 44.05%
G = 19.66%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E968C0 (or 0xE968C0) is known color: Neon Pink. HEX triplet: E9, 68 and C0. RGB value is (233,104,192). Sum of RGB (Red+Green+Blue) = 233+104+192=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E968C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968C0 is #16973F. Grayscale: #989898. Windows color (decimal): -1480512 or 12609769. OLE color: 12609769.

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

Color convert

RGB 233 104 192 -
CMYK 0 0.55 0.18 0.09
HSL 319.07º 0.75% 0.66% -
HSV(B) 319.07º 0.55% 0.91% -
XYZ 48.07 31.03 53.33 -
YUV 152.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 233 104 192 0 0.55 0.18 0.09 319.07 0.75 0.66
Hex E9 68 C0 0 37 12 9 13F 4B 42
Octal 351 150 300 0 67 22 11 477 113 102
Binary 11101001 1101000 11000000 0 110111 10010 1001 100111111 1001011 1000010

Color Harmonies of #E968C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968C0

Black with #E968C0

Text Example


Text Example

White with #E968C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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