Html Css Color HEX #E768C5 Neon Pink

📋 copy color: '#E768C5'

red 231 ◦ green 104 ◦ blue 197

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

Shades of Neon Pink #E768C5

Tints of Neon Pink #E768C5

RGB

 RED value IS 231 (90.63% from 255) = 43.42%

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

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 43.42%
G = 19.55%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E768C5 (or 0xE768C5) is known color: Neon Pink. HEX triplet: E7, 68 and C5. RGB value is (231,104,197). Sum of RGB (Red+Green+Blue) = 231+104+197=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E768C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768C5 is #18973A. Grayscale: #989898. Windows color (decimal): -1611579 or 12937447. OLE color: 12937447.

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

Color convert

RGB 231 104 197 -
CMYK 0 0.55 0.15 0.09
HSL 316.06º 0.73% 0.66% -
HSV(B) 316.06º 0.55% 0.91% -
XYZ 47.98 30.92 56.26 -
YUV 152.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 231 104 197 0 0.55 0.15 0.09 316.06 0.73 0.66
Hex E7 68 C5 0 37 F 9 13C 49 42
Octal 347 150 305 0 67 17 11 474 111 102
Binary 11100111 1101000 11000101 0 110111 1111 1001 100111100 1001001 1000010

Color Harmonies of #E768C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768C5

Black with #E768C5

Text Example


Text Example

White with #E768C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768C5; }

 p { color: rgb(231,104,197); }

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

background-color css

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

 a { background-color: rgb(231,104,197); }

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

border-color css

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

 span { border-color: rgb(231,104,197); }

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