Html Css Color HEX #E064BB Neon Pink

📋 copy color: '#E064BB'

red 224 ◦ green 100 ◦ blue 187

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

Shades of Neon Pink #E064BB

Tints of Neon Pink #E064BB

RGB

 RED value IS 224 (87.89% from 255) = 43.84%

 GREEN value IS 100 (39.45% from 255) = 19.57%

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 43.84%
G = 19.57%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E064BB (or 0xE064BB) is known color: Neon Pink. HEX triplet: E0, 64 and BB. RGB value is (224,100,187). Sum of RGB (Red+Green+Blue) = 224+100+187=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E064BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064BB is #1F9B44. Grayscale: #929292. Windows color (decimal): -2071365 or 12281056. OLE color: 12281056.

HSL color Cylindrical-coordinate representation of color #E064BB: hue angle of 317.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064BB is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 187 -
CMYK 0 0.55 0.17 0.12
HSL 317.9º 0.67% 0.64% -
HSV(B) 317.9º 0.55% 0.88% -
XYZ 44.27 28.55 50.19 -
YUV 146.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 224 100 187 0 0.55 0.17 0.12 317.9 0.67 0.64
Hex E0 64 BB 0 37 11 C 13E 43 40
Octal 340 144 273 0 67 21 14 476 103 100
Binary 11100000 1100100 10111011 0 110111 10001 1100 100111110 1000011 1000000

Color Harmonies of #E064BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064BB

Black with #E064BB

Text Example


Text Example

White with #E064BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064BB; }

 p { color: rgb(224,100,187); }

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

background-color css

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

 a { background-color: rgb(224,100,187); }

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

border-color css

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

 span { border-color: rgb(224,100,187); }

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