Html Css Color HEX #E968BC Neon Pink

📋 copy color: '#E968BC'

red 233 ◦ green 104 ◦ blue 188

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

Shades of Neon Pink #E968BC

Tints of Neon Pink #E968BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 44.38%
G = 19.81%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E968BC (or 0xE968BC) is known color: Neon Pink. HEX triplet: E9, 68 and BC. RGB value is (233,104,188). Sum of RGB (Red+Green+Blue) = 233+104+188=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E968BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968BC is #169743. Grayscale: #979797. Windows color (decimal): -1480516 or 12347625. OLE color: 12347625.

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

Color convert

RGB 233 104 188 -
CMYK 0 0.55 0.19 0.09
HSL 320.93º 0.75% 0.66% -
HSV(B) 320.93º 0.55% 0.91% -
XYZ 47.63 30.86 51.02 -
YUV 152.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 233 104 188 0 0.55 0.19 0.09 320.93 0.75 0.66
Hex E9 68 BC 0 37 13 9 141 4B 42
Octal 351 150 274 0 67 23 11 501 113 102
Binary 11101001 1101000 10111100 0 110111 10011 1001 101000001 1001011 1000010

Color Harmonies of #E968BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968BC

Black with #E968BC

Text Example


Text Example

White with #E968BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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