Html Css Color HEX #E464BE Neon Pink

📋 copy color: '#E464BE'

red 228 ◦ green 100 ◦ blue 190

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

Shades of Neon Pink #E464BE

Tints of Neon Pink #E464BE

RGB

 RED value IS 228 (89.45% from 255) = 44.02%

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

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

R = 44.02%
G = 19.31%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E464BE (or 0xE464BE) is known color: Neon Pink. HEX triplet: E4, 64 and BE. RGB value is (228,100,190). Sum of RGB (Red+Green+Blue) = 228+100+190=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E464BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464BE is #1B9B41. Grayscale: #949494. Windows color (decimal): -1809218 or 12477668. OLE color: 12477668.

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

Color convert

RGB 228 100 190 -
CMYK 0 0.56 0.17 0.11
HSL 317.81º 0.7% 0.64% -
HSV(B) 317.81º 0.56% 0.89% -
XYZ 45.85 29.33 51.96 -
YUV 148.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 228 100 190 0 0.56 0.17 0.11 317.81 0.7 0.64
Hex E4 64 BE 0 38 11 B 13E 46 40
Octal 344 144 276 0 70 21 13 476 106 100
Binary 11100100 1100100 10111110 0 111000 10001 1011 100111110 1000110 1000000

Color Harmonies of #E464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464BE

Black with #E464BE

Text Example


Text Example

White with #E464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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