Html Css Color HEX #E768C1 Neon Pink

📋 copy color: '#E768C1'

red 231 ◦ green 104 ◦ blue 193

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

Shades of Neon Pink #E768C1

Tints of Neon Pink #E768C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 43.75%
G = 19.7%
B = 36.55%

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

#E768C1 (or 0xE768C1) is known color: Neon Pink. HEX triplet: E7, 68 and C1. RGB value is (231,104,193). Sum of RGB (Red+Green+Blue) = 231+104+193=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E768C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768C1 is #18973E. Grayscale: #979797. Windows color (decimal): -1611583 or 12675303. OLE color: 12675303.

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

Color convert

RGB 231 104 193 -
CMYK 0 0.55 0.16 0.09
HSL 317.95º 0.73% 0.66% -
HSV(B) 317.95º 0.55% 0.91% -
XYZ 47.53 30.74 53.88 -
YUV 152.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 231 104 193 0 0.55 0.16 0.09 317.95 0.73 0.66
Hex E7 68 C1 0 37 10 9 13E 49 42
Octal 347 150 301 0 67 20 11 476 111 102
Binary 11100111 1101000 11000001 0 110111 10000 1001 100111110 1001001 1000010

Color Harmonies of #E768C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768C1

Black with #E768C1

Text Example


Text Example

White with #E768C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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