Html Css Color HEX #E364BB Neon Pink

📋 copy color: '#E364BB'

red 227 ◦ green 100 ◦ blue 187

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

Shades of Neon Pink #E364BB

Tints of Neon Pink #E364BB

RGB

 RED value IS 227 (89.06% from 255) = 44.16%

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

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

R = 44.16%
G = 19.46%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E364BB (or 0xE364BB) is known color: Neon Pink. HEX triplet: E3, 64 and BB. RGB value is (227,100,187). Sum of RGB (Red+Green+Blue) = 227+100+187=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E364BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364BB is #1C9B44. Grayscale: #939393. Windows color (decimal): -1874757 or 12281059. OLE color: 12281059.

HSL color Cylindrical-coordinate representation of color #E364BB: hue angle of 318.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E364BB is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 100 187 -
CMYK 0 0.56 0.18 0.11
HSL 318.9º 0.69% 0.64% -
HSV(B) 318.9º 0.56% 0.89% -
XYZ 45.21 29.03 50.24 -
YUV 147.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 227 100 187 0 0.56 0.18 0.11 318.9 0.69 0.64
Hex E3 64 BB 0 38 12 B 13F 45 40
Octal 343 144 273 0 70 22 13 477 105 100
Binary 11100011 1100100 10111011 0 111000 10010 1011 100111111 1000101 1000000

Color Harmonies of #E364BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364BB

Black with #E364BB

Text Example


Text Example

White with #E364BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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