Html Css Color HEX #E364BE Neon Pink

📋 copy color: '#E364BE'

red 227 ◦ green 100 ◦ blue 190

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

Shades of Neon Pink #E364BE

Tints of Neon Pink #E364BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 43.91%
G = 19.34%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E364BE (or 0xE364BE) is known color: Neon Pink. HEX triplet: E3, 64 and BE. RGB value is (227,100,190). Sum of RGB (Red+Green+Blue) = 227+100+190=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E364BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364BE is #1C9B41. Grayscale: #949494. Windows color (decimal): -1874754 or 12477667. OLE color: 12477667.

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

Color convert

RGB 227 100 190 -
CMYK 0 0.56 0.16 0.11
HSL 317.48º 0.69% 0.64% -
HSV(B) 317.48º 0.56% 0.89% -
XYZ 45.53 29.16 51.94 -
YUV 148.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 227 100 190 0 0.56 0.16 0.11 317.48 0.69 0.64
Hex E3 64 BE 0 38 10 B 13D 45 40
Octal 343 144 276 0 70 20 13 475 105 100
Binary 11100011 1100100 10111110 0 111000 10000 1011 100111101 1000101 1000000

Color Harmonies of #E364BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364BE

Black with #E364BE

Text Example


Text Example

White with #E364BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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